Html Css Color HEX #A5DEA8 Celadon

📋 copy color: '#A5DEA8'

red 165 ◦ green 222 ◦ blue 168

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

Shades of Celadon #A5DEA8

Tints of Celadon #A5DEA8

RGB

 RED value IS 165 (64.84% from 255) = 29.73%

 GREEN value IS 222 (87.11% from 255) = 40%

 BLUE value IS 168 (66.02% from 255) = 30.27%

R = 29.73%
G = 40%
B = 30.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#A5DEA8 (or 0xA5DEA8) is known color: Celadon. HEX triplet: A5, DE and A8. RGB value is (165,222,168). Sum of RGB (Red+Green+Blue) = 165+222+168=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DEA8 is #5A2157. Grayscale: #C6C6C6. Windows color (decimal): -5906776 or 11067045. OLE color: 11067045.

HSL color Cylindrical-coordinate representation of color #A5DEA8: hue angle of 123.16º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DEA8 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 222 168 -
CMYK 0.26 0 0.24 0.13
HSL 123.16º 0.46% 0.76% -
HSV(B) 123.16º 0.26% 0.87% -
XYZ 48.71 63.07 46.65 -
YUV 198.8 110.62 103.89 -
System Red Green Blue C M Y K H S L
Decimal 165 222 168 0.26 0 0.24 0.13 123.16 0.46 0.76
Hex A5 DE A8 1A 0 18 D 7B 2E 4C
Octal 245 336 250 32 0 30 15 173 56 114
Binary 10100101 11011110 10101000 11010 0 11000 1101 1111011 101110 1001100

Color Harmonies of #A5DEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DEA8

Black with #A5DEA8

Text Example


Text Example

White with #A5DEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DEA8; }

 p { color: rgb(165,222,168); }

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

background-color css

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

 a { background-color: rgb(165,222,168); }

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

border-color css

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

 span { border-color: rgb(165,222,168); }

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