Html Css Color HEX #9CC85E Olivine

📋 copy color: '#9CC85E'

red 156 ◦ green 200 ◦ blue 94

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

Shades of Olivine #9CC85E

Tints of Olivine #9CC85E

RGB

 RED value IS 156 (61.33% from 255) = 34.67%

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

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 34.67%
G = 44.44%
B = 20.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#9CC85E (or 0x9CC85E) is known color: Olivine. HEX triplet: 9C, C8 and 5E. RGB value is (156,200,94). Sum of RGB (Red+Green+Blue) = 156+200+94=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC85E is #6337A1. Grayscale: #AFAFAF. Windows color (decimal): -6502306 or 6211740. OLE color: 6211740.

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

Color convert

RGB 156 200 94 -
CMYK 0.22 0 0.53 0.22
HSL 84.91º 0.49% 0.58% -
HSV(B) 84.91º 0.53% 0.78% -
XYZ 36.38 49.18 18.17 -
YUV 174.76 82.42 114.62 -
System Red Green Blue C M Y K H S L
Decimal 156 200 94 0.22 0 0.53 0.22 84.91 0.49 0.58
Hex 9C C8 5E 16 0 35 16 55 31 3A
Octal 234 310 136 26 0 65 26 125 61 72
Binary 10011100 11001000 1011110 10110 0 110101 10110 1010101 110001 111010

Color Harmonies of #9CC85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC85E

Black with #9CC85E

Text Example


Text Example

White with #9CC85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,200,94); }

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

background-color css

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

 a { background-color: rgb(156,200,94); }

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

border-color css

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

 span { border-color: rgb(156,200,94); }

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