Html Css Color HEX #9DC27D Olivine

📋 copy color: '#9DC27D'

red 157 ◦ green 194 ◦ blue 125

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

Shades of Olivine #9DC27D

Tints of Olivine #9DC27D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 32.98%
G = 40.76%
B = 26.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#9DC27D (or 0x9DC27D) is known color: Olivine. HEX triplet: 9D, C2 and 7D. RGB value is (157,194,125). Sum of RGB (Red+Green+Blue) = 157+194+125=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC27D is #623D82. Grayscale: #AFAFAF. Windows color (decimal): -6438275 or 8241821. OLE color: 8241821.

HSL color Cylindrical-coordinate representation of color #9DC27D: hue angle of 92.17º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DC27D is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 194 125 -
CMYK 0.19 0 0.36 0.24
HSL 92.17º 0.36% 0.63% -
HSV(B) 92.17º 0.36% 0.76% -
XYZ 36.9 47.23 26.57 -
YUV 175.07 99.74 115.11 -
System Red Green Blue C M Y K H S L
Decimal 157 194 125 0.19 0 0.36 0.24 92.17 0.36 0.63
Hex 9D C2 7D 13 0 24 18 5C 24 3F
Octal 235 302 175 23 0 44 30 134 44 77
Binary 10011101 11000010 1111101 10011 0 100100 11000 1011100 100100 111111

Color Harmonies of #9DC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC27D

Black with #9DC27D

Text Example


Text Example

White with #9DC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,194,125); }

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

background-color css

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

 a { background-color: rgb(157,194,125); }

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

border-color css

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

 span { border-color: rgb(157,194,125); }

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