Html Css Color HEX #A0F2B7 Fringy Flower

📋 copy color: '#A0F2B7'

red 160 ◦ green 242 ◦ blue 183

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

Shades of Fringy Flower #A0F2B7

Tints of Fringy Flower #A0F2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.28%

R = 27.35%
G = 41.37%
B = 31.28%

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

#A0F2B7 (or 0xA0F2B7) is known color: Fringy Flower. HEX triplet: A0, F2 and B7. RGB value is (160,242,183). Sum of RGB (Red+Green+Blue) = 160+242+183=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2B7 is #5F0D48. Grayscale: #D2D2D2. Windows color (decimal): -6229321 or 12055200. OLE color: 12055200.

HSL color Cylindrical-coordinate representation of color #A0F2B7: hue angle of 136.83º 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 #A0F2B7 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 183 -
CMYK 0.34 0 0.24 0.05
HSL 136.83º 0.76% 0.79% -
HSV(B) 136.83º 0.34% 0.95% -
XYZ 54.8 74.4 56.27 -
YUV 210.76 112.33 91.8 -
System Red Green Blue C M Y K H S L
Decimal 160 242 183 0.34 0 0.24 0.05 136.83 0.76 0.79
Hex A0 F2 B7 22 0 18 5 89 4C 4F
Octal 240 362 267 42 0 30 5 211 114 117
Binary 10100000 11110010 10110111 100010 0 11000 101 10001001 1001100 1001111

Color Harmonies of #A0F2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F2B7

Black with #A0F2B7

Text Example


Text Example

White with #A0F2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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