Html Css Color HEX #9CC375 Olivine

📋 copy color: '#9CC375'

red 156 ◦ green 195 ◦ blue 117

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

Shades of Olivine #9CC375

Tints of Olivine #9CC375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.67%

 BLUE value IS 117 (46.09% from 255) = 25%

R = 33.33%
G = 41.67%
B = 25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#9CC375 (or 0x9CC375) is known color: Olivine. HEX triplet: 9C, C3 and 75. RGB value is (156,195,117). Sum of RGB (Red+Green+Blue) = 156+195+117=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC375 is #633C8A. Grayscale: #AEAEAE. Windows color (decimal): -6503563 or 7717788. OLE color: 7717788.

HSL color Cylindrical-coordinate representation of color #9CC375: hue angle of 90º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CC375 is Cyan = 0.20, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 156 195 117 -
CMYK 0.20 0 0.4 0.24
HSL 90º 0.39% 0.61% -
HSV(B) 90º 0.4% 0.76% -
XYZ 36.44 47.38 24.05 -
YUV 174.45 95.58 114.84 -
System Red Green Blue C M Y K H S L
Decimal 156 195 117 0.20 0 0.4 0.24 90 0.39 0.61
Hex 9C C3 75 14 0 28 18 5A 27 3D
Octal 234 303 165 24 0 50 30 132 47 75
Binary 10011100 11000011 1110101 10100 0 101000 11000 1011010 100111 111101

Color Harmonies of #9CC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC375

Black with #9CC375

Text Example


Text Example

White with #9CC375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,195,117); }

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

background-color css

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

 a { background-color: rgb(156,195,117); }

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

border-color css

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

 span { border-color: rgb(156,195,117); }

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