#A4F4AF

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

Shades of Celadon #A4F4AF

Tints of Celadon #A4F4AF

Color information

#A4F4AF (or 0xA4F4AF) is unknown color: approx Celadon. HEX triplet: A4, F4 and AF. RGB value is (164,244,175). Sum of RGB (Red+Green+Blue) = 164+244+175=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F4AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F4AF is #5B0B50. Grayscale: #D4D4D4. Windows color (decimal): -5966673 or 11531428. OLE color: 11531428.

HSL color Cylindrical-coordinate representation of color #A4F4AF: hue angle of 128.25º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F4AF is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB164244175-
CMYK0.3300.280.04
HSL128.25º78.43%80%-
HSV(B)128.25º32.79%95.69%-
XYZ55.475.6952.25-
YUV212.2110793.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.13%
GREEN value IS 244 (95.70% from 255) = 41.85%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=28.13%
G=41.85%
B=30.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1642441750.3300.280.04128.2578.4380
HexA4F4AF2101C4804e50
Octal244364257410344200116120
Binary1010010011110100101011111000010111001001000000010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F4AF; }

 p { color: rgb(164,244,175); }

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

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

 a { background-color: rgb(164,244,175); }

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

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

 span { border-color: rgb(164,244,175); }

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