Html Css Color HEX #A2E9B4 Celadon

📋 copy color: '#A2E9B4'

red 162 ◦ green 233 ◦ blue 180

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

Shades of Celadon #A2E9B4

Tints of Celadon #A2E9B4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.52%

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

R = 28.17%
G = 40.52%
B = 31.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#A2E9B4 (or 0xA2E9B4) is known color: Celadon. HEX triplet: A2, E9 and B4. RGB value is (162,233,180). Sum of RGB (Red+Green+Blue) = 162+233+180=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E9B4 is #5D164B. Grayscale: #CDCDCD. Windows color (decimal): -6100556 or 11856290. OLE color: 11856290.

HSL color Cylindrical-coordinate representation of color #A2E9B4: hue angle of 135.21º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E9B4 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 233 180 -
CMYK 0.30 0 0.23 0.09
HSL 135.21º 0.62% 0.77% -
HSV(B) 135.21º 0.3% 0.91% -
XYZ 52.28 69.25 53.79 -
YUV 205.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 162 233 180 0.30 0 0.23 0.09 135.21 0.62 0.77
Hex A2 E9 B4 1E 0 17 9 87 3E 4D
Octal 242 351 264 36 0 27 11 207 76 115
Binary 10100010 11101001 10110100 11110 0 10111 1001 10000111 111110 1001101

Color Harmonies of #A2E9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E9B4

Black with #A2E9B4

Text Example


Text Example

White with #A2E9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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