Html Css Color HEX #A2EFA6 Celadon

📋 copy color: '#A2EFA6'

red 162 ◦ green 239 ◦ blue 166

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

Shades of Celadon #A2EFA6

Tints of Celadon #A2EFA6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.15%

 BLUE value IS 166 (65.23% from 255) = 29.28%

R = 28.57%
G = 42.15%
B = 29.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#A2EFA6 (or 0xA2EFA6) is known color: Celadon. HEX triplet: A2, EF and A6. RGB value is (162,239,166). Sum of RGB (Red+Green+Blue) = 162+239+166=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EFA6 is #5D1059. Grayscale: #CFCFCF. Windows color (decimal): -6099034 or 10940322. OLE color: 10940322.

HSL color Cylindrical-coordinate representation of color #A2EFA6: hue angle of 123.12º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFA6 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 239 166 -
CMYK 0.32 0 0.31 0.06
HSL 123.12º 0.71% 0.79% -
HSV(B) 123.12º 0.32% 0.94% -
XYZ 52.65 72.17 47.23 -
YUV 207.66 104.49 95.44 -
System Red Green Blue C M Y K H S L
Decimal 162 239 166 0.32 0 0.31 0.06 123.12 0.71 0.79
Hex A2 EF A6 20 0 1F 6 7B 47 4F
Octal 242 357 246 40 0 37 6 173 107 117
Binary 10100010 11101111 10100110 100000 0 11111 110 1111011 1000111 1001111

Color Harmonies of #A2EFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EFA6

Black with #A2EFA6

Text Example


Text Example

White with #A2EFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EFA6; }

 p { color: rgb(162,239,166); }

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

background-color css

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

 a { background-color: rgb(162,239,166); }

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

border-color css

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

 span { border-color: rgb(162,239,166); }

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