Html Css Color HEX #9FD270 Feijoa

📋 copy color: '#9FD270'

red 159 ◦ green 210 ◦ blue 112

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

Shades of Feijoa #9FD270

Tints of Feijoa #9FD270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.66%

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 33.06%
G = 43.66%
B = 23.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#9FD270 (or 0x9FD270) is known color: Feijoa. HEX triplet: 9F, D2 and 70. RGB value is (159,210,112). Sum of RGB (Red+Green+Blue) = 159+210+112=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD270 is #602D8F. Grayscale: #B7B7B7. Windows color (decimal): -6303120 or 7393951. OLE color: 7393951.

HSL color Cylindrical-coordinate representation of color #9FD270: hue angle of 91.22º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FD270 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 210 112 -
CMYK 0.24 0 0.47 0.18
HSL 91.22º 0.52% 0.63% -
HSV(B) 91.22º 0.47% 0.82% -
XYZ 40.27 54.63 23.75 -
YUV 183.58 87.6 110.47 -
System Red Green Blue C M Y K H S L
Decimal 159 210 112 0.24 0 0.47 0.18 91.22 0.52 0.63
Hex 9F D2 70 18 0 2F 12 5B 34 3F
Octal 237 322 160 30 0 57 22 133 64 77
Binary 10011111 11010010 1110000 11000 0 101111 10010 1011011 110100 111111

Color Harmonies of #9FD270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD270

Black with #9FD270

Text Example


Text Example

White with #9FD270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,210,112); }

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

background-color css

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

 a { background-color: rgb(159,210,112); }

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

border-color css

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

 span { border-color: rgb(159,210,112); }

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