Html Css Color HEX #A5E2BA Fringy Flower

📋 copy color: '#A5E2BA'

red 165 ◦ green 226 ◦ blue 186

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

Shades of Fringy Flower #A5E2BA

Tints of Fringy Flower #A5E2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.24%

R = 28.6%
G = 39.17%
B = 32.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#A5E2BA (or 0xA5E2BA) is known color: Fringy Flower. HEX triplet: A5, E2 and BA. RGB value is (165,226,186). Sum of RGB (Red+Green+Blue) = 165+226+186=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E2BA is #5A1D45. Grayscale: #CBCBCB. Windows color (decimal): -5905734 or 12247717. OLE color: 12247717.

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

Color convert

RGB 165 226 186 -
CMYK 0.27 0 0.18 0.11
HSL 140.66º 0.51% 0.77% -
HSV(B) 140.66º 0.27% 0.89% -
XYZ 51.58 65.94 56.46 -
YUV 203.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 165 226 186 0.27 0 0.18 0.11 140.66 0.51 0.77
Hex A5 E2 BA 1B 0 12 B 8D 33 4D
Octal 245 342 272 33 0 22 13 215 63 115
Binary 10100101 11100010 10111010 11011 0 10010 1011 10001101 110011 1001101

Color Harmonies of #A5E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E2BA

Black with #A5E2BA

Text Example


Text Example

White with #A5E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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