#CACFA1

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

Shades of Green Mist #CACFA1

Tints of Green Mist #CACFA1

Color information

#CACFA1 (or 0xCACFA1) is unknown color: approx Green Mist. HEX triplet: CA, CF and A1. RGB value is (202,207,161). Sum of RGB (Red+Green+Blue) = 202+207+161=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACFA1 is #35305E. Grayscale: #C8C8C8. Windows color (decimal): -3485791 or 10604490. OLE color: 10604490.

HSL color Cylindrical-coordinate representation of color #CACFA1: hue angle of 66.52º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CACFA1 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB202207161-
CMYK0.0200.220.19
HSL66.52º32.39%72.16%-
HSV(B)66.52º22.22%81.18%-
XYZ53.159.7642.45-
YUV200.26105.84129.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 161 (63.28% from 255) = 28.25%
R=35.44%
G=36.32%
B=28.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071610.0200.220.1966.5232.3972.16
HexCACFA1201613432048
Octal31231724120262310340110
Binary110010101100111110100001100101101001110000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFA1; }

 p { color: rgb(202,207,161); }

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

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

 a { background-color: rgb(202,207,161); }

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

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

 span { border-color: rgb(202,207,161); }

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