Html Css Color HEX #A8E6AA Celadon

📋 copy color: '#A8E6AA'

red 168 ◦ green 230 ◦ blue 170

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

Shades of Celadon #A8E6AA

Tints of Celadon #A8E6AA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.49%

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

R = 29.58%
G = 40.49%
B = 29.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#A8E6AA (or 0xA8E6AA) is known color: Celadon. HEX triplet: A8, E6 and AA. RGB value is (168,230,170). Sum of RGB (Red+Green+Blue) = 168+230+170=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E6AA is #571955. Grayscale: #CCCCCC. Windows color (decimal): -5708118 or 11200168. OLE color: 11200168.

HSL color Cylindrical-coordinate representation of color #A8E6AA: hue angle of 121.94º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E6AA is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 230 170 -
CMYK 0.27 0 0.26 0.10
HSL 121.94º 0.55% 0.78% -
HSV(B) 121.94º 0.27% 0.9% -
XYZ 51.7 67.82 48.4 -
YUV 204.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 168 230 170 0.27 0 0.26 0.10 121.94 0.55 0.78
Hex A8 E6 AA 1B 0 1A A 7A 37 4E
Octal 250 346 252 33 0 32 12 172 67 116
Binary 10101000 11100110 10101010 11011 0 11010 1010 1111010 110111 1001110

Color Harmonies of #A8E6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E6AA

Black with #A8E6AA

Text Example


Text Example

White with #A8E6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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