Html Css Color HEX #A2EDAB Celadon

📋 copy color: '#A2EDAB'

red 162 ◦ green 237 ◦ blue 171

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

Shades of Celadon #A2EDAB

Tints of Celadon #A2EDAB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.58%

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

R = 28.42%
G = 41.58%
B = 30%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#A2EDAB (or 0xA2EDAB) is known color: Celadon. HEX triplet: A2, ED and AB. RGB value is (162,237,171). Sum of RGB (Red+Green+Blue) = 162+237+171=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EDAB is #5D1254. Grayscale: #CFCFCF. Windows color (decimal): -6099541 or 11267490. OLE color: 11267490.

HSL color Cylindrical-coordinate representation of color #A2EDAB: hue angle of 127.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDAB is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 237 171 -
CMYK 0.32 0 0.28 0.07
HSL 127.2º 0.68% 0.78% -
HSV(B) 127.2º 0.32% 0.93% -
XYZ 52.54 71.19 49.5 -
YUV 207.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 162 237 171 0.32 0 0.28 0.07 127.2 0.68 0.78
Hex A2 ED AB 20 0 1C 7 7F 44 4E
Octal 242 355 253 40 0 34 7 177 104 116
Binary 10100010 11101101 10101011 100000 0 11100 111 1111111 1000100 1001110

Color Harmonies of #A2EDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDAB

Black with #A2EDAB

Text Example


Text Example

White with #A2EDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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