Html Css Color HEX #9FFAB9 Fringy Flower

📋 copy color: '#9FFAB9'

red 159 ◦ green 250 ◦ blue 185

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

Shades of Fringy Flower #9FFAB9

Tints of Fringy Flower #9FFAB9

RGB

 RED value IS 159 (62.5% from 255) = 26.77%

 GREEN value IS 250 (98.05% from 255) = 42.09%

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

R = 26.77%
G = 42.09%
B = 31.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#9FFAB9 (or 0x9FFAB9) is known color: Fringy Flower. HEX triplet: 9F, FA and B9. RGB value is (159,250,185). Sum of RGB (Red+Green+Blue) = 159+250+185=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFAB9 is #600546. Grayscale: #D7D7D7. Windows color (decimal): -6292807 or 12188319. OLE color: 12188319.

HSL color Cylindrical-coordinate representation of color #9FFAB9: hue angle of 137.14º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAB9 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 250 185 -
CMYK 0.36 0 0.26 0.02
HSL 137.14º 0.9% 0.8% -
HSV(B) 137.14º 0.36% 0.98% -
XYZ 57.24 79.24 58.18 -
YUV 215.38 110.85 87.79 -
System Red Green Blue C M Y K H S L
Decimal 159 250 185 0.36 0 0.26 0.02 137.14 0.9 0.8
Hex 9F FA B9 24 0 1A 2 89 5A 50
Octal 237 372 271 44 0 32 2 211 132 120
Binary 10011111 11111010 10111001 100100 0 11010 10 10001001 1011010 1010000

Color Harmonies of #9FFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFAB9

Black with #9FFAB9

Text Example


Text Example

White with #9FFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FFAB9; }

 p { color: rgb(159,250,185); }

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

background-color css

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

 a { background-color: rgb(159,250,185); }

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

border-color css

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

 span { border-color: rgb(159,250,185); }

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