#9CAFA2

Color #9CAFA2 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #9CAFA2

Tints of Summer Green #9CAFA2

Color information

#9CAFA2 (or 0x9CAFA2) is unknown color: approx Summer Green. HEX triplet: 9C, AF and A2. RGB value is (156,175,162). Sum of RGB (Red+Green+Blue) = 156+175+162=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAFA2 is #63505D. Grayscale: #A7A7A7. Windows color (decimal): -6508638 or 10661788. OLE color: 10661788.

HSL color Cylindrical-coordinate representation of color #9CAFA2: hue angle of 138.95º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CAFA2 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB156175162-
CMYK0.1100.070.31
HSL138.95º10.61%64.9%-
HSV(B)138.95º10.86%68.63%-
XYZ35.5640.3440.09-
YUV167.84124.71119.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 162 (63.67% from 255) = 32.86%
R=31.64%
G=35.50%
B=32.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561751620.1100.070.31138.9510.6164.9
Hex9CAFA2B071F8bb41
Octal23425724213073721313101
Binary10011100101011111010001010110111111111000101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,175,162); }

 H1.HeaderClassName
 {
   color: #9CAFA2;
 }
 .AnyTagClassName
 {
   color: #9CAFA2;
 }
</style>
background-color css

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

 a { background-color: rgb(156,175,162); }

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

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

 span { border-color: rgb(156,175,162); }

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