Html Css Color HEX #9FD274 Feijoa

📋 copy color: '#9FD274'

red 159 ◦ green 210 ◦ blue 116

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

Shades of Feijoa #9FD274

Tints of Feijoa #9FD274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 32.78%
G = 43.3%
B = 23.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#9FD274 (or 0x9FD274) is known color: Feijoa. HEX triplet: 9F, D2 and 74. RGB value is (159,210,116). Sum of RGB (Red+Green+Blue) = 159+210+116=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD274 is #602D8B. Grayscale: #B8B8B8. Windows color (decimal): -6303116 or 7656095. OLE color: 7656095.

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

Color convert

RGB 159 210 116 -
CMYK 0.24 0 0.45 0.18
HSL 92.55º 0.51% 0.64% -
HSV(B) 92.55º 0.45% 0.82% -
XYZ 40.5 54.73 24.95 -
YUV 184.04 89.6 110.14 -
System Red Green Blue C M Y K H S L
Decimal 159 210 116 0.24 0 0.45 0.18 92.55 0.51 0.64
Hex 9F D2 74 18 0 2D 12 5D 33 40
Octal 237 322 164 30 0 55 22 135 63 100
Binary 10011111 11010010 1110100 11000 0 101101 10010 1011101 110011 1000000

Color Harmonies of #9FD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD274

Black with #9FD274

Text Example


Text Example

White with #9FD274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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