Html Css Color HEX #9DC066 Olivine

📋 copy color: '#9DC066'

red 157 ◦ green 192 ◦ blue 102

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

Shades of Olivine #9DC066

Tints of Olivine #9DC066

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 102 (40.23% from 255) = 22.62%

R = 34.81%
G = 42.57%
B = 22.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#9DC066 (or 0x9DC066) is known color: Olivine. HEX triplet: 9D, C0 and 66. RGB value is (157,192,102). Sum of RGB (Red+Green+Blue) = 157+192+102=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC066 is #623F99. Grayscale: #ABABAB. Windows color (decimal): -6438810 or 6733981. OLE color: 6733981.

HSL color Cylindrical-coordinate representation of color #9DC066: hue angle of 83.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DC066 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 102 -
CMYK 0.18 0 0.47 0.25
HSL 83.33º 0.42% 0.58% -
HSV(B) 83.33º 0.47% 0.75% -
XYZ 35.15 45.83 19.56 -
YUV 171.28 88.9 117.82 -
System Red Green Blue C M Y K H S L
Decimal 157 192 102 0.18 0 0.47 0.25 83.33 0.42 0.58
Hex 9D C0 66 12 0 2F 19 53 2A 3A
Octal 235 300 146 22 0 57 31 123 52 72
Binary 10011101 11000000 1100110 10010 0 101111 11001 1010011 101010 111010

Color Harmonies of #9DC066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC066

Black with #9DC066

Text Example


Text Example

White with #9DC066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,192,102); }

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

background-color css

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

 a { background-color: rgb(157,192,102); }

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

border-color css

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

 span { border-color: rgb(157,192,102); }

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