Html Css Color HEX #9FE472 Feijoa

📋 copy color: '#9FE472'

red 159 ◦ green 228 ◦ blue 114

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

Shades of Feijoa #9FE472

Tints of Feijoa #9FE472

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.51%

 BLUE value IS 114 (44.92% from 255) = 22.75%

R = 31.74%
G = 45.51%
B = 22.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#9FE472 (or 0x9FE472) is known color: Feijoa. HEX triplet: 9F, E4 and 72. RGB value is (159,228,114). Sum of RGB (Red+Green+Blue) = 159+228+114=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE472 is #601B8D. Grayscale: #C2C2C2. Windows color (decimal): -6298510 or 7529631. OLE color: 7529631.

HSL color Cylindrical-coordinate representation of color #9FE472: hue angle of 96.32º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FE472 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 228 114 -
CMYK 0.30 0 0.50 0.11
HSL 96.32º 0.68% 0.67% -
HSV(B) 96.32º 0.5% 0.89% -
XYZ 45.08 64.07 25.91 -
YUV 194.37 82.64 102.77 -
System Red Green Blue C M Y K H S L
Decimal 159 228 114 0.30 0 0.50 0.11 96.32 0.68 0.67
Hex 9F E4 72 1E 0 32 B 60 44 43
Octal 237 344 162 36 0 62 13 140 104 103
Binary 10011111 11100100 1110010 11110 0 110010 1011 1100000 1000100 1000011

Color Harmonies of #9FE472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE472

Black with #9FE472

Text Example


Text Example

White with #9FE472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,228,114); }

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

background-color css

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

 a { background-color: rgb(159,228,114); }

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

border-color css

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

 span { border-color: rgb(159,228,114); }

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