Html Css Color HEX #9CC280 Olivine

📋 copy color: '#9CC280'

red 156 ◦ green 194 ◦ blue 128

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

Shades of Olivine #9CC280

Tints of Olivine #9CC280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.59%

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 32.64%
G = 40.59%
B = 26.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#9CC280 (or 0x9CC280) is known color: Olivine. HEX triplet: 9C, C2 and 80. RGB value is (156,194,128). Sum of RGB (Red+Green+Blue) = 156+194+128=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC280 is #633D7F. Grayscale: #AFAFAF. Windows color (decimal): -6503808 or 8438428. OLE color: 8438428.

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

Color convert

RGB 156 194 128 -
CMYK 0.20 0 0.34 0.24
HSL 94.55º 0.35% 0.63% -
HSV(B) 94.55º 0.34% 0.76% -
XYZ 36.9 47.21 27.59 -
YUV 175.11 101.41 114.37 -
System Red Green Blue C M Y K H S L
Decimal 156 194 128 0.20 0 0.34 0.24 94.55 0.35 0.63
Hex 9C C2 80 14 0 22 18 5F 23 3F
Octal 234 302 200 24 0 42 30 137 43 77
Binary 10011100 11000010 10000000 10100 0 100010 11000 1011111 100011 111111

Color Harmonies of #9CC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC280

Black with #9CC280

Text Example


Text Example

White with #9CC280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,194,128); }

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

background-color css

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

 a { background-color: rgb(156,194,128); }

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

border-color css

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

 span { border-color: rgb(156,194,128); }

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