Html Css Color HEX #9DC264 Olivine

📋 copy color: '#9DC264'

red 157 ◦ green 194 ◦ blue 100

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

Shades of Olivine #9DC264

Tints of Olivine #9DC264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.17%

R = 34.81%
G = 43.02%
B = 22.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#9DC264 (or 0x9DC264) is known color: Olivine. HEX triplet: 9D, C2 and 64. RGB value is (157,194,100). Sum of RGB (Red+Green+Blue) = 157+194+100=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC264 is #623D9B. Grayscale: #ACACAC. Windows color (decimal): -6438300 or 6603421. OLE color: 6603421.

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

Color convert

RGB 157 194 100 -
CMYK 0.19 0 0.48 0.24
HSL 83.62º 0.44% 0.58% -
HSV(B) 83.62º 0.48% 0.76% -
XYZ 35.5 46.67 19.19 -
YUV 172.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 157 194 100 0.19 0 0.48 0.24 83.62 0.44 0.58
Hex 9D C2 64 13 0 30 18 54 2C 3A
Octal 235 302 144 23 0 60 30 124 54 72
Binary 10011101 11000010 1100100 10011 0 110000 11000 1010100 101100 111010

Color Harmonies of #9DC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC264

Black with #9DC264

Text Example


Text Example

White with #9DC264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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