Html Css Color HEX #A0FCB8 Fringy Flower

📋 copy color: '#A0FCB8'

red 160 ◦ green 252 ◦ blue 184

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

Shades of Fringy Flower #A0FCB8

Tints of Fringy Flower #A0FCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.87%

R = 26.85%
G = 42.28%
B = 30.87%

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

#A0FCB8 (or 0xA0FCB8) is known color: Fringy Flower. HEX triplet: A0, FC and B8. RGB value is (160,252,184). Sum of RGB (Red+Green+Blue) = 160+252+184=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCB8 is #5F0347. Grayscale: #D8D8D8. Windows color (decimal): -6226760 or 12123296. OLE color: 12123296.

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

Color convert

RGB 160 252 184 -
CMYK 0.37 0 0.27 0.01
HSL 135.65º 0.94% 0.81% -
HSV(B) 135.65º 0.37% 0.99% -
XYZ 57.96 80.56 57.84 -
YUV 216.74 109.52 87.53 -
System Red Green Blue C M Y K H S L
Decimal 160 252 184 0.37 0 0.27 0.01 135.65 0.94 0.81
Hex A0 FC B8 25 0 1B 1 88 5E 51
Octal 240 374 270 45 0 33 1 210 136 121
Binary 10100000 11111100 10111000 100101 0 11011 1 10001000 1011110 1010001

Color Harmonies of #A0FCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCB8

Black with #A0FCB8

Text Example


Text Example

White with #A0FCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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