Html Css Color HEX #A4EDAB Celadon

📋 copy color: '#A4EDAB'

red 164 ◦ green 237 ◦ blue 171

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

Shades of Celadon #A4EDAB

Tints of Celadon #A4EDAB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.43%

 BLUE value IS 171 (67.19% from 255) = 29.9%

R = 28.67%
G = 41.43%
B = 29.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#A4EDAB (or 0xA4EDAB) is known color: Celadon. HEX triplet: A4, ED and AB. RGB value is (164,237,171). Sum of RGB (Red+Green+Blue) = 164+237+171=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EDAB is #5B1254. Grayscale: #CFCFCF. Windows color (decimal): -5968469 or 11267492. OLE color: 11267492.

HSL color Cylindrical-coordinate representation of color #A4EDAB: hue angle of 125.75º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDAB is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 237 171 -
CMYK 0.31 0 0.28 0.07
HSL 125.75º 0.67% 0.79% -
HSV(B) 125.75º 0.31% 0.93% -
XYZ 52.94 71.4 49.52 -
YUV 207.65 107.32 96.87 -
System Red Green Blue C M Y K H S L
Decimal 164 237 171 0.31 0 0.28 0.07 125.75 0.67 0.79
Hex A4 ED AB 1F 0 1C 7 7E 43 4F
Octal 244 355 253 37 0 34 7 176 103 117
Binary 10100100 11101101 10101011 11111 0 11100 111 1111110 1000011 1001111

Color Harmonies of #A4EDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EDAB

Black with #A4EDAB

Text Example


Text Example

White with #A4EDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EDAB; }

 p { color: rgb(164,237,171); }

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

background-color css

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

 a { background-color: rgb(164,237,171); }

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

border-color css

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

 span { border-color: rgb(164,237,171); }

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