#A7F0B2

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

Shades of Celadon #A7F0B2

Tints of Celadon #A7F0B2

Color information

#A7F0B2 (or 0xA7F0B2) is unknown color: approx Celadon. HEX triplet: A7, F0 and B2. RGB value is (167,240,178). Sum of RGB (Red+Green+Blue) = 167+240+178=585 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.55% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F0B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F0B2 is #580F4D. Grayscale: #D3D3D3. Windows color (decimal): -5771086 or 11727015. OLE color: 11727015.

HSL color Cylindrical-coordinate representation of color #A7F0B2: hue angle of 129.04º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7F0B2 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB167240178-
CMYK0.3000.260.06
HSL129.04º70.87%79.8%-
HSV(B)129.04º30.42%94.12%-
XYZ55.1373.7553.45-
YUV211.1109.3296.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.55%
GREEN value IS 240 (94.14% from 255) = 41.03%
BLUE value IS 178 (69.92% from 255) = 30.43%
R=28.55%
G=41.03%
B=30.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1672401780.3000.260.06129.0470.8779.8
HexA7F0B21E01A6814750
Octal247360262360326201107120
Binary101001111111000010110010111100110101101000000110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F0B2; }

 p { color: rgb(167,240,178); }

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

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

 a { background-color: rgb(167,240,178); }

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

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

 span { border-color: rgb(167,240,178); }

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