Html Css Color HEX #A5EBA8 Celadon

📋 copy color: '#A5EBA8'

red 165 ◦ green 235 ◦ blue 168

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

Shades of Celadon #A5EBA8

Tints of Celadon #A5EBA8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.37%

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

R = 29.05%
G = 41.37%
B = 29.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#A5EBA8 (or 0xA5EBA8) is known color: Celadon. HEX triplet: A5, EB and A8. RGB value is (165,235,168). Sum of RGB (Red+Green+Blue) = 165+235+168=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EBA8 is #5A1457. Grayscale: #CECECE. Windows color (decimal): -5903448 or 11070373. OLE color: 11070373.

HSL color Cylindrical-coordinate representation of color #A5EBA8: hue angle of 122.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBA8 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 235 168 -
CMYK 0.30 0 0.29 0.08
HSL 122.57º 0.64% 0.78% -
HSV(B) 122.57º 0.3% 0.92% -
XYZ 52.29 70.24 47.85 -
YUV 206.43 106.31 98.45 -
System Red Green Blue C M Y K H S L
Decimal 165 235 168 0.30 0 0.29 0.08 122.57 0.64 0.78
Hex A5 EB A8 1E 0 1D 8 7B 40 4E
Octal 245 353 250 36 0 35 10 173 100 116
Binary 10100101 11101011 10101000 11110 0 11101 1000 1111011 1000000 1001110

Color Harmonies of #A5EBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBA8

Black with #A5EBA8

Text Example


Text Example

White with #A5EBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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