Html Css Color HEX #9CC75C Olivine

📋 copy color: '#9CC75C'

red 156 ◦ green 199 ◦ blue 92

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

Shades of Olivine #9CC75C

Tints of Olivine #9CC75C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.52%

 BLUE value IS 92 (36.33% from 255) = 20.58%

R = 34.9%
G = 44.52%
B = 20.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#9CC75C (or 0x9CC75C) is known color: Olivine. HEX triplet: 9C, C7 and 5C. RGB value is (156,199,92). Sum of RGB (Red+Green+Blue) = 156+199+92=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC75C is #6338A3. Grayscale: #AEAEAE. Windows color (decimal): -6502564 or 6080412. OLE color: 6080412.

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

Color convert

RGB 156 199 92 -
CMYK 0.22 0 0.54 0.22
HSL 84.11º 0.49% 0.57% -
HSV(B) 84.11º 0.54% 0.78% -
XYZ 36.07 48.69 17.62 -
YUV 173.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 156 199 92 0.22 0 0.54 0.22 84.11 0.49 0.57
Hex 9C C7 5C 16 0 36 16 54 31 39
Octal 234 307 134 26 0 66 26 124 61 71
Binary 10011100 11000111 1011100 10110 0 110110 10110 1010100 110001 111001

Color Harmonies of #9CC75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC75C

Black with #9CC75C

Text Example


Text Example

White with #9CC75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,199,92); }

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

background-color css

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

 a { background-color: rgb(156,199,92); }

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

border-color css

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

 span { border-color: rgb(156,199,92); }

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