Html Css Color HEX #A0F2B9 Fringy Flower

📋 copy color: '#A0F2B9'

red 160 ◦ green 242 ◦ blue 185

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

Shades of Fringy Flower #A0F2B9

Tints of Fringy Flower #A0F2B9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.23%

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

R = 27.26%
G = 41.23%
B = 31.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#A0F2B9 (or 0xA0F2B9) is known color: Fringy Flower. HEX triplet: A0, F2 and B9. RGB value is (160,242,185). Sum of RGB (Red+Green+Blue) = 160+242+185=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2B9 is #5F0D46. Grayscale: #D3D3D3. Windows color (decimal): -6229319 or 12186272. OLE color: 12186272.

HSL color Cylindrical-coordinate representation of color #A0F2B9: hue angle of 138.29º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F2B9 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 185 -
CMYK 0.34 0 0.24 0.05
HSL 138.29º 0.76% 0.79% -
HSV(B) 138.29º 0.34% 0.95% -
XYZ 55.01 74.48 57.38 -
YUV 210.98 113.33 91.63 -
System Red Green Blue C M Y K H S L
Decimal 160 242 185 0.34 0 0.24 0.05 138.29 0.76 0.79
Hex A0 F2 B9 22 0 18 5 8A 4C 4F
Octal 240 362 271 42 0 30 5 212 114 117
Binary 10100000 11110010 10111001 100010 0 11000 101 10001010 1001100 1001111

Color Harmonies of #A0F2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F2B9

Black with #A0F2B9

Text Example


Text Example

White with #A0F2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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