Html Css Color HEX #A2E4B4 Celadon

📋 copy color: '#A2E4B4'

red 162 ◦ green 228 ◦ blue 180

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

Shades of Celadon #A2E4B4

Tints of Celadon #A2E4B4

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40%

 BLUE value IS 180 (70.7% from 255) = 31.58%

R = 28.42%
G = 40%
B = 31.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#A2E4B4 (or 0xA2E4B4) is known color: Celadon. HEX triplet: A2, E4 and B4. RGB value is (162,228,180). Sum of RGB (Red+Green+Blue) = 162+228+180=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E4B4 is #5D1B4B. Grayscale: #CACACA. Windows color (decimal): -6101836 or 11855010. OLE color: 11855010.

HSL color Cylindrical-coordinate representation of color #A2E4B4: hue angle of 136.36º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E4B4 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 228 180 -
CMYK 0.29 0 0.21 0.11
HSL 136.36º 0.55% 0.76% -
HSV(B) 136.36º 0.29% 0.89% -
XYZ 50.88 66.46 53.33 -
YUV 202.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 162 228 180 0.29 0 0.21 0.11 136.36 0.55 0.76
Hex A2 E4 B4 1D 0 15 B 88 37 4C
Octal 242 344 264 35 0 25 13 210 67 114
Binary 10100010 11100100 10110100 11101 0 10101 1011 10001000 110111 1001100

Color Harmonies of #A2E4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E4B4

Black with #A2E4B4

Text Example


Text Example

White with #A2E4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E4B4; }

 p { color: rgb(162,228,180); }

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

background-color css

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

 a { background-color: rgb(162,228,180); }

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

border-color css

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

 span { border-color: rgb(162,228,180); }

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