Html Css Color HEX #A2E9BA Fringy Flower

📋 copy color: '#A2E9BA'

red 162 ◦ green 233 ◦ blue 186

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

Shades of Fringy Flower #A2E9BA

Tints of Fringy Flower #A2E9BA

RGB

 RED value IS 162 (63.67% from 255) = 27.88%

 GREEN value IS 233 (91.41% from 255) = 40.1%

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

R = 27.88%
G = 40.1%
B = 32.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#A2E9BA (or 0xA2E9BA) is known color: Fringy Flower. HEX triplet: A2, E9 and BA. RGB value is (162,233,186). Sum of RGB (Red+Green+Blue) = 162+233+186=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E9BA is #5D1645. Grayscale: #CECECE. Windows color (decimal): -6100550 or 12249506. OLE color: 12249506.

HSL color Cylindrical-coordinate representation of color #A2E9BA: hue angle of 140.28º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E9BA is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 233 186 -
CMYK 0.30 0 0.20 0.09
HSL 140.28º 0.62% 0.77% -
HSV(B) 140.28º 0.3% 0.91% -
XYZ 52.9 69.5 57.08 -
YUV 206.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 162 233 186 0.30 0 0.20 0.09 140.28 0.62 0.77
Hex A2 E9 BA 1E 0 14 9 8C 3E 4D
Octal 242 351 272 36 0 24 11 214 76 115
Binary 10100010 11101001 10111010 11110 0 10100 1001 10001100 111110 1001101

Color Harmonies of #A2E9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E9BA

Black with #A2E9BA

Text Example


Text Example

White with #A2E9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E9BA; }

 p { color: rgb(162,233,186); }

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

background-color css

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

 a { background-color: rgb(162,233,186); }

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

border-color css

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

 span { border-color: rgb(162,233,186); }

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