Html Css Color HEX #9CC474 Olivine

📋 copy color: '#9CC474'

red 156 ◦ green 196 ◦ blue 116

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

Shades of Olivine #9CC474

Tints of Olivine #9CC474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.88%

 BLUE value IS 116 (45.7% from 255) = 24.79%

R = 33.33%
G = 41.88%
B = 24.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#9CC474 (or 0x9CC474) is known color: Olivine. HEX triplet: 9C, C4 and 74. RGB value is (156,196,116). Sum of RGB (Red+Green+Blue) = 156+196+116=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC474 is #633B8B. Grayscale: #AFAFAF. Windows color (decimal): -6503308 or 7652508. OLE color: 7652508.

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

Color convert

RGB 156 196 116 -
CMYK 0.20 0 0.41 0.23
HSL 90º 0.4% 0.61% -
HSV(B) 90º 0.41% 0.77% -
XYZ 36.6 47.81 23.82 -
YUV 174.92 94.75 114.5 -
System Red Green Blue C M Y K H S L
Decimal 156 196 116 0.20 0 0.41 0.23 90 0.4 0.61
Hex 9C C4 74 14 0 29 17 5A 28 3D
Octal 234 304 164 24 0 51 27 132 50 75
Binary 10011100 11000100 1110100 10100 0 101001 10111 1011010 101000 111101

Color Harmonies of #9CC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC474

Black with #9CC474

Text Example


Text Example

White with #9CC474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,196,116); }

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

background-color css

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

 a { background-color: rgb(156,196,116); }

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

border-color css

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

 span { border-color: rgb(156,196,116); }

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