Html Css Color HEX #A5F8AE Celadon

📋 copy color: '#A5F8AE'

red 165 ◦ green 248 ◦ blue 174

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

Shades of Celadon #A5F8AE

Tints of Celadon #A5F8AE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.25%

 BLUE value IS 174 (68.36% from 255) = 29.64%

R = 28.11%
G = 42.25%
B = 29.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#A5F8AE (or 0xA5F8AE) is known color: Celadon. HEX triplet: A5, F8 and AE. RGB value is (165,248,174). Sum of RGB (Red+Green+Blue) = 165+248+174=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F8AE is #5A0751. Grayscale: #D6D6D6. Windows color (decimal): -5900114 or 11466917. OLE color: 11466917.

HSL color Cylindrical-coordinate representation of color #A5F8AE: hue angle of 126.51º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8AE is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 248 174 -
CMYK 0.33 0 0.30 0.03
HSL 126.51º 0.86% 0.81% -
HSV(B) 126.51º 0.33% 0.97% -
XYZ 56.72 78.19 52.15 -
YUV 214.75 105 92.52 -
System Red Green Blue C M Y K H S L
Decimal 165 248 174 0.33 0 0.30 0.03 126.51 0.86 0.81
Hex A5 F8 AE 21 0 1E 3 7F 56 51
Octal 245 370 256 41 0 36 3 177 126 121
Binary 10100101 11111000 10101110 100001 0 11110 11 1111111 1010110 1010001

Color Harmonies of #A5F8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F8AE

Black with #A5F8AE

Text Example


Text Example

White with #A5F8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F8AE; }

 p { color: rgb(165,248,174); }

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

background-color css

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

 a { background-color: rgb(165,248,174); }

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

border-color css

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

 span { border-color: rgb(165,248,174); }

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