Html Css Color HEX #A1FEBA Fringy Flower

📋 copy color: '#A1FEBA'

red 161 ◦ green 254 ◦ blue 186

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

Shades of Fringy Flower #A1FEBA

Tints of Fringy Flower #A1FEBA

RGB

 RED value IS 161 (63.28% from 255) = 26.79%

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

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

R = 26.79%
G = 42.26%
B = 30.95%

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

#A1FEBA (or 0xA1FEBA) is known color: Fringy Flower. HEX triplet: A1, FE and BA. RGB value is (161,254,186). Sum of RGB (Red+Green+Blue) = 161+254+186=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEBA is #5E0145. Grayscale: #DADADA. Windows color (decimal): -6160710 or 12254881. OLE color: 12254881.

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

Color convert

RGB 161 254 186 -
CMYK 0.37 0 0.27 0.00
HSL 136.13º 0.98% 0.81% -
HSV(B) 136.13º 0.37% 1% -
XYZ 59 82.01 59.17 -
YUV 218.44 109.69 87.03 -
System Red Green Blue C M Y K H S L
Decimal 161 254 186 0.37 0 0.27 0.00 136.13 0.98 0.81
Hex A1 FE BA 25 0 1B 0 88 62 51
Octal 241 376 272 45 0 33 0 210 142 121
Binary 10100001 11111110 10111010 100101 0 11011 0 10001000 1100010 1010001

Color Harmonies of #A1FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FEBA

Black with #A1FEBA

Text Example


Text Example

White with #A1FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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