Html Css Color HEX #A2F5AB Celadon

📋 copy color: '#A2F5AB'

red 162 ◦ green 245 ◦ blue 171

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

Shades of Celadon #A2F5AB

Tints of Celadon #A2F5AB

RGB

 RED value IS 162 (63.67% from 255) = 28.03%

 GREEN value IS 245 (96.09% from 255) = 42.39%

 BLUE value IS 171 (67.19% from 255) = 29.58%

R = 28.03%
G = 42.39%
B = 29.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#A2F5AB (or 0xA2F5AB) is known color: Celadon. HEX triplet: A2, F5 and AB. RGB value is (162,245,171). Sum of RGB (Red+Green+Blue) = 162+245+171=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F5AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F5AB is #5D0A54. Grayscale: #D3D3D3. Windows color (decimal): -6097493 or 11269538. OLE color: 11269538.

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

Color convert

RGB 162 245 171 -
CMYK 0.34 0 0.30 0.04
HSL 126.51º 0.81% 0.8% -
HSV(B) 126.51º 0.34% 0.96% -
XYZ 54.9 75.93 50.29 -
YUV 211.75 105 92.52 -
System Red Green Blue C M Y K H S L
Decimal 162 245 171 0.34 0 0.30 0.04 126.51 0.81 0.8
Hex A2 F5 AB 22 0 1E 4 7F 51 50
Octal 242 365 253 42 0 36 4 177 121 120
Binary 10100010 11110101 10101011 100010 0 11110 100 1111111 1010001 1010000

Color Harmonies of #A2F5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F5AB

Black with #A2F5AB

Text Example


Text Example

White with #A2F5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F5AB; }

 p { color: rgb(162,245,171); }

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

background-color css

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

 a { background-color: rgb(162,245,171); }

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

border-color css

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

 span { border-color: rgb(162,245,171); }

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