Html Css Color HEX #A4E6B0 Celadon

📋 copy color: '#A4E6B0'

red 164 ◦ green 230 ◦ blue 176

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

Shades of Celadon #A4E6B0

Tints of Celadon #A4E6B0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.35%

 BLUE value IS 176 (69.14% from 255) = 30.88%

R = 28.77%
G = 40.35%
B = 30.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#A4E6B0 (or 0xA4E6B0) is known color: Celadon. HEX triplet: A4, E6 and B0. RGB value is (164,230,176). Sum of RGB (Red+Green+Blue) = 164+230+176=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E6B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4E6B0 is #5B194F. Grayscale: #CCCCCC. Windows color (decimal): -5970256 or 11593380. OLE color: 11593380.

HSL color Cylindrical-coordinate representation of color #A4E6B0: hue angle of 130.91º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E6B0 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 230 176 -
CMYK 0.29 0 0.23 0.10
HSL 130.91º 0.57% 0.77% -
HSV(B) 130.91º 0.29% 0.9% -
XYZ 51.44 67.62 51.42 -
YUV 204.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 164 230 176 0.29 0 0.23 0.10 130.91 0.57 0.77
Hex A4 E6 B0 1D 0 17 A 83 39 4D
Octal 244 346 260 35 0 27 12 203 71 115
Binary 10100100 11100110 10110000 11101 0 10111 1010 10000011 111001 1001101

Color Harmonies of #A4E6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E6B0

Black with #A4E6B0

Text Example


Text Example

White with #A4E6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E6B0; }

 p { color: rgb(164,230,176); }

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

background-color css

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

 a { background-color: rgb(164,230,176); }

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

border-color css

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

 span { border-color: rgb(164,230,176); }

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