Html Css Color HEX #A0FCB9 Fringy Flower

📋 copy color: '#A0FCB9'

red 160 ◦ green 252 ◦ blue 185

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

Shades of Fringy Flower #A0FCB9

Tints of Fringy Flower #A0FCB9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.21%

 BLUE value IS 185 (72.66% from 255) = 30.99%

R = 26.8%
G = 42.21%
B = 30.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#A0FCB9 (or 0xA0FCB9) is known color: Fringy Flower. HEX triplet: A0, FC and B9. RGB value is (160,252,185). Sum of RGB (Red+Green+Blue) = 160+252+185=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCB9 is #5F0346. Grayscale: #D9D9D9. Windows color (decimal): -6226759 or 12188832. OLE color: 12188832.

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

Color convert

RGB 160 252 185 -
CMYK 0.37 0 0.27 0.01
HSL 136.3º 0.94% 0.81% -
HSV(B) 136.3º 0.37% 0.99% -
XYZ 58.06 80.6 58.4 -
YUV 216.85 110.02 87.45 -
System Red Green Blue C M Y K H S L
Decimal 160 252 185 0.37 0 0.27 0.01 136.3 0.94 0.81
Hex A0 FC B9 25 0 1B 1 88 5E 51
Octal 240 374 271 45 0 33 1 210 136 121
Binary 10100000 11111100 10111001 100101 0 11011 1 10001000 1011110 1010001

Color Harmonies of #A0FCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCB9

Black with #A0FCB9

Text Example


Text Example

White with #A0FCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCB9; }

 p { color: rgb(160,252,185); }

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

background-color css

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

 a { background-color: rgb(160,252,185); }

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

border-color css

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

 span { border-color: rgb(160,252,185); }

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