Html Css Color HEX #A4E8A5 Celadon

📋 copy color: '#A4E8A5'

red 164 ◦ green 232 ◦ blue 165

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

Shades of Celadon #A4E8A5

Tints of Celadon #A4E8A5

RGB

 RED value IS 164 (64.45% from 255) = 29.23%

 GREEN value IS 232 (91.02% from 255) = 41.35%

 BLUE value IS 165 (64.84% from 255) = 29.41%

R = 29.23%
G = 41.35%
B = 29.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#A4E8A5 (or 0xA4E8A5) is known color: Celadon. HEX triplet: A4, E8 and A5. RGB value is (164,232,165). Sum of RGB (Red+Green+Blue) = 164+232+165=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E8A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4E8A5 is #5B175A. Grayscale: #CCCCCC. Windows color (decimal): -5969755 or 10872996. OLE color: 10872996.

HSL color Cylindrical-coordinate representation of color #A4E8A5: hue angle of 120.88º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E8A5 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 232 165 -
CMYK 0.29 0 0.29 0.09
HSL 120.88º 0.6% 0.78% -
HSV(B) 120.88º 0.29% 0.91% -
XYZ 50.96 68.32 46.1 -
YUV 204.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 164 232 165 0.29 0 0.29 0.09 120.88 0.6 0.78
Hex A4 E8 A5 1D 0 1D 9 79 3C 4E
Octal 244 350 245 35 0 35 11 171 74 116
Binary 10100100 11101000 10100101 11101 0 11101 1001 1111001 111100 1001110

Color Harmonies of #A4E8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E8A5

Black with #A4E8A5

Text Example


Text Example

White with #A4E8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E8A5; }

 p { color: rgb(164,232,165); }

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

background-color css

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

 a { background-color: rgb(164,232,165); }

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

border-color css

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

 span { border-color: rgb(164,232,165); }

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