Html Css Color HEX #A0FEBA Fringy Flower

📋 copy color: '#A0FEBA'

red 160 ◦ green 254 ◦ blue 186

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

Shades of Fringy Flower #A0FEBA

Tints of Fringy Flower #A0FEBA

RGB

 RED value IS 160 (62.89% from 255) = 26.67%

 GREEN value IS 254 (99.61% from 255) = 42.33%

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

R = 26.67%
G = 42.33%
B = 31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#A0FEBA (or 0xA0FEBA) is known color: Fringy Flower. HEX triplet: A0, FE and BA. RGB value is (160,254,186). Sum of RGB (Red+Green+Blue) = 160+254+186=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEBA is #5F0145. Grayscale: #DADADA. Windows color (decimal): -6226246 or 12254880. OLE color: 12254880.

HSL color Cylindrical-coordinate representation of color #A0FEBA: hue angle of 136.6º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEBA is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 254 186 -
CMYK 0.37 0 0.27 0.00
HSL 136.6º 0.98% 0.81% -
HSV(B) 136.6º 0.37% 1% -
XYZ 58.8 81.9 59.16 -
YUV 218.14 109.86 86.53 -
System Red Green Blue C M Y K H S L
Decimal 160 254 186 0.37 0 0.27 0.00 136.6 0.98 0.81
Hex A0 FE BA 25 0 1B 0 89 62 51
Octal 240 376 272 45 0 33 0 211 142 121
Binary 10100000 11111110 10111010 100101 0 11011 0 10001001 1100010 1010001

Color Harmonies of #A0FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FEBA

Black with #A0FEBA

Text Example


Text Example

White with #A0FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FEBA; }

 p { color: rgb(160,254,186); }

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

background-color css

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

 a { background-color: rgb(160,254,186); }

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

border-color css

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

 span { border-color: rgb(160,254,186); }

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