Html Css Color HEX #A0F0B9 Fringy Flower

📋 copy color: '#A0F0B9'

red 160 ◦ green 240 ◦ blue 185

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

Shades of Fringy Flower #A0F0B9

Tints of Fringy Flower #A0F0B9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.03%

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

R = 27.35%
G = 41.03%
B = 31.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#A0F0B9 (or 0xA0F0B9) is known color: Fringy Flower. HEX triplet: A0, F0 and B9. RGB value is (160,240,185). Sum of RGB (Red+Green+Blue) = 160+240+185=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F0B9 is #5F0F46. Grayscale: #D1D1D1. Windows color (decimal): -6229831 or 12185760. OLE color: 12185760.

HSL color Cylindrical-coordinate representation of color #A0F0B9: hue angle of 138.75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0F0B9 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 240 185 -
CMYK 0.33 0 0.23 0.06
HSL 138.75º 0.73% 0.78% -
HSV(B) 138.75º 0.33% 0.94% -
XYZ 54.41 73.3 57.18 -
YUV 209.81 114 92.47 -
System Red Green Blue C M Y K H S L
Decimal 160 240 185 0.33 0 0.23 0.06 138.75 0.73 0.78
Hex A0 F0 B9 21 0 17 6 8B 49 4E
Octal 240 360 271 41 0 27 6 213 111 116
Binary 10100000 11110000 10111001 100001 0 10111 110 10001011 1001001 1001110

Color Harmonies of #A0F0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F0B9

Black with #A0F0B9

Text Example


Text Example

White with #A0F0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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