Html Css Color HEX #A8E1AA Celadon

📋 copy color: '#A8E1AA'

red 168 ◦ green 225 ◦ blue 170

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

Shades of Celadon #A8E1AA

Tints of Celadon #A8E1AA

RGB

 RED value IS 168 (66.02% from 255) = 29.84%

 GREEN value IS 225 (88.28% from 255) = 39.96%

 BLUE value IS 170 (66.8% from 255) = 30.2%

R = 29.84%
G = 39.96%
B = 30.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#A8E1AA (or 0xA8E1AA) is known color: Celadon. HEX triplet: A8, E1 and AA. RGB value is (168,225,170). Sum of RGB (Red+Green+Blue) = 168+225+170=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E1AA is #571E55. Grayscale: #C9C9C9. Windows color (decimal): -5709398 or 11198888. OLE color: 11198888.

HSL color Cylindrical-coordinate representation of color #A8E1AA: hue angle of 122.11º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1AA is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 170 -
CMYK 0.25 0 0.24 0.12
HSL 122.11º 0.49% 0.77% -
HSV(B) 122.11º 0.25% 0.88% -
XYZ 50.33 65.08 47.94 -
YUV 201.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 168 225 170 0.25 0 0.24 0.12 122.11 0.49 0.77
Hex A8 E1 AA 19 0 18 C 7A 31 4D
Octal 250 341 252 31 0 30 14 172 61 115
Binary 10101000 11100001 10101010 11001 0 11000 1100 1111010 110001 1001101

Color Harmonies of #A8E1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E1AA

Black with #A8E1AA

Text Example


Text Example

White with #A8E1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E1AA; }

 p { color: rgb(168,225,170); }

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

background-color css

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

 a { background-color: rgb(168,225,170); }

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

border-color css

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

 span { border-color: rgb(168,225,170); }

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