Html Css Color HEX #A4F5AA Celadon

📋 copy color: '#A4F5AA'

red 164 ◦ green 245 ◦ blue 170

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

Shades of Celadon #A4F5AA

Tints of Celadon #A4F5AA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.31%

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

R = 28.32%
G = 42.31%
B = 29.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#A4F5AA (or 0xA4F5AA) is known color: Celadon. HEX triplet: A4, F5 and AA. RGB value is (164,245,170). Sum of RGB (Red+Green+Blue) = 164+245+170=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #A4F5AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F5AA is #5B0A55. Grayscale: #D4D4D4. Windows color (decimal): -5966422 or 11204004. OLE color: 11204004.

HSL color Cylindrical-coordinate representation of color #A4F5AA: hue angle of 124.44º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F5AA is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 245 170 -
CMYK 0.33 0 0.31 0.04
HSL 124.44º 0.8% 0.8% -
HSV(B) 124.44º 0.33% 0.96% -
XYZ 55.22 76.1 49.81 -
YUV 212.23 104.16 93.6 -
System Red Green Blue C M Y K H S L
Decimal 164 245 170 0.33 0 0.31 0.04 124.44 0.8 0.8
Hex A4 F5 AA 21 0 1F 4 7C 50 50
Octal 244 365 252 41 0 37 4 174 120 120
Binary 10100100 11110101 10101010 100001 0 11111 100 1111100 1010000 1010000

Color Harmonies of #A4F5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F5AA

Black with #A4F5AA

Text Example


Text Example

White with #A4F5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F5AA; }

 p { color: rgb(164,245,170); }

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

background-color css

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

 a { background-color: rgb(164,245,170); }

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

border-color css

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

 span { border-color: rgb(164,245,170); }

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