Html Css Color HEX #A5E2B1 Celadon

📋 copy color: '#A5E2B1'

red 165 ◦ green 226 ◦ blue 177

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

Shades of Celadon #A5E2B1

Tints of Celadon #A5E2B1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.79%

 BLUE value IS 177 (69.53% from 255) = 31.16%

R = 29.05%
G = 39.79%
B = 31.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#A5E2B1 (or 0xA5E2B1) is known color: Celadon. HEX triplet: A5, E2 and B1. RGB value is (165,226,177). Sum of RGB (Red+Green+Blue) = 165+226+177=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E2B1 is #5A1D4E. Grayscale: #CACACA. Windows color (decimal): -5905743 or 11657893. OLE color: 11657893.

HSL color Cylindrical-coordinate representation of color #A5E2B1: hue angle of 131.8º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E2B1 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 226 177 -
CMYK 0.27 0 0.22 0.11
HSL 131.8º 0.51% 0.77% -
HSV(B) 131.8º 0.27% 0.89% -
XYZ 50.65 65.57 51.58 -
YUV 202.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 165 226 177 0.27 0 0.22 0.11 131.8 0.51 0.77
Hex A5 E2 B1 1B 0 16 B 84 33 4D
Octal 245 342 261 33 0 26 13 204 63 115
Binary 10100101 11100010 10110001 11011 0 10110 1011 10000100 110011 1001101

Color Harmonies of #A5E2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E2B1

Black with #A5E2B1

Text Example


Text Example

White with #A5E2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E2B1; }

 p { color: rgb(165,226,177); }

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

background-color css

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

 a { background-color: rgb(165,226,177); }

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

border-color css

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

 span { border-color: rgb(165,226,177); }

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