Html Css Color HEX #9DC872 Olivine

📋 copy color: '#9DC872'

red 157 ◦ green 200 ◦ blue 114

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

Shades of Olivine #9DC872

Tints of Olivine #9DC872

RGB

 RED value IS 157 (61.72% from 255) = 33.33%

 GREEN value IS 200 (78.52% from 255) = 42.46%

 BLUE value IS 114 (44.92% from 255) = 24.2%

R = 33.33%
G = 42.46%
B = 24.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#9DC872 (or 0x9DC872) is known color: Olivine. HEX triplet: 9D, C8 and 72. RGB value is (157,200,114). Sum of RGB (Red+Green+Blue) = 157+200+114=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC872 is #62378D. Grayscale: #B1B1B1. Windows color (decimal): -6436750 or 7522461. OLE color: 7522461.

HSL color Cylindrical-coordinate representation of color #9DC872: hue angle of 90º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DC872 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 200 114 -
CMYK 0.22 0 0.43 0.22
HSL 90º 0.44% 0.62% -
HSV(B) 90º 0.43% 0.78% -
XYZ 37.6 49.69 23.53 -
YUV 177.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 157 200 114 0.22 0 0.43 0.22 90 0.44 0.62
Hex 9D C8 72 16 0 2B 16 5A 2C 3E
Octal 235 310 162 26 0 53 26 132 54 76
Binary 10011101 11001000 1110010 10110 0 101011 10110 1011010 101100 111110

Color Harmonies of #9DC872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC872

Black with #9DC872

Text Example


Text Example

White with #9DC872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DC872; }

 p { color: rgb(157,200,114); }

 H1.HeaderClassName
 {
   color: #9DC872;
 }
 .AnyTagClassName
 {
   color: #9DC872;
 }
</style>

background-color css

<style>
 a { background-color: #9DC872; }

 a { background-color: rgb(157,200,114); }

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

border-color css

<style>
 span { border-color: #9DC872; }

 span { border-color: rgb(157,200,114); }

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