Html Css Color HEX #A5E3B6 Fringy Flower

📋 copy color: '#A5E3B6'

red 165 ◦ green 227 ◦ blue 182

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

Shades of Fringy Flower #A5E3B6

Tints of Fringy Flower #A5E3B6

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.55%

 BLUE value IS 182 (71.48% from 255) = 31.71%

R = 28.75%
G = 39.55%
B = 31.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#A5E3B6 (or 0xA5E3B6) is known color: Fringy Flower. HEX triplet: A5, E3 and B6. RGB value is (165,227,182). Sum of RGB (Red+Green+Blue) = 165+227+182=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E3B6 is #5A1C49. Grayscale: #CBCBCB. Windows color (decimal): -5905482 or 11985829. OLE color: 11985829.

HSL color Cylindrical-coordinate representation of color #A5E3B6: hue angle of 136.45º degrees, saturation: 0.53, 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 #A5E3B6 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 182 -
CMYK 0.27 0 0.20 0.11
HSL 136.45º 0.53% 0.77% -
HSV(B) 136.45º 0.27% 0.89% -
XYZ 51.43 66.31 54.35 -
YUV 203.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 165 227 182 0.27 0 0.20 0.11 136.45 0.53 0.77
Hex A5 E3 B6 1B 0 14 B 88 35 4D
Octal 245 343 266 33 0 24 13 210 65 115
Binary 10100101 11100011 10110110 11011 0 10100 1011 10001000 110101 1001101

Color Harmonies of #A5E3B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E3B6

Black with #A5E3B6

Text Example


Text Example

White with #A5E3B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E3B6; }

 p { color: rgb(165,227,182); }

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

background-color css

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

 a { background-color: rgb(165,227,182); }

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

border-color css

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

 span { border-color: rgb(165,227,182); }

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