Html Css Color HEX #0A985F Shamrock Green

📋 copy color: '#0A985F'

red 10 ◦ green 152 ◦ blue 95

#0A985F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #0A985F

Tints of Shamrock Green #0A985F

RGB

 RED value IS 10 (4.3% from 255) = 3.89%

 GREEN value IS 152 (59.77% from 255) = 59.14%

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 3.89%
G = 59.14%
B = 36.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A985F (or 0x0A985F) is known color: Shamrock Green. HEX triplet: 0A, 98 and 5F. RGB value is (10,152,95). Sum of RGB (Red+Green+Blue) = 10+152+95=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 152 (59.77% from 255 or 59.14% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 152 - color contains mainly: green. Hex color #0A985F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A985F is #F567A0. Grayscale: #676767. Windows color (decimal): -16082849 or 6264842. OLE color: 6264842.

HSL color Cylindrical-coordinate representation of color #0A985F: hue angle of 155.92º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A985F is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 10 152 95 -
CMYK 0.93 0 0.38 0.40
HSL 155.92º 0.88% 0.32% -
HSV(B) 155.92º 0.93% 0.6% -
XYZ 13.42 23.35 14.63 -
YUV 103.04 123.46 61.63 -
System Red Green Blue C M Y K H S L
Decimal 10 152 95 0.93 0 0.38 0.40 155.92 0.88 0.32
Hex A 98 5F 5D 0 26 28 9C 58 20
Octal 12 230 137 135 0 46 50 234 130 40
Binary 1010 10011000 1011111 1011101 0 100110 101000 10011100 1011000 100000

Color Harmonies of #0A985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A985F

Black with #0A985F

Text Example


Text Example

White with #0A985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A985F; }

 p { color: rgb(10,152,95); }

 H1.HeaderClassName
 {
   color: #0A985F;
 }
 .AnyTagClassName
 {
   color: #0A985F;
 }
</style>

background-color css

<style>
 a { background-color: #0A985F; }

 a { background-color: rgb(10,152,95); }

 div.DivClassName
 {
   background-color: #0A985F;
 }
 .BgClassName
 {
   background-color: #0A985F;
 }
</style>

border-color css

<style>
 span { border-color: #0A985F; }

 span { border-color: rgb(10,152,95); }

 td.TdClassName
 {
   border-color: #0A985F;
 }
 .TagClassName
 {
   border-color: #0A985F;
 }
</style>