Html Css Color HEX #9FDA72 Feijoa

📋 copy color: '#9FDA72'

red 159 ◦ green 218 ◦ blue 114

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

Shades of Feijoa #9FDA72

Tints of Feijoa #9FDA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

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

R = 32.38%
G = 44.4%
B = 23.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#9FDA72 (or 0x9FDA72) is known color: Feijoa. HEX triplet: 9F, DA and 72. RGB value is (159,218,114). Sum of RGB (Red+Green+Blue) = 159+218+114=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA72 is #60258D. Grayscale: #BCBCBC. Windows color (decimal): -6301070 or 7527071. OLE color: 7527071.

HSL color Cylindrical-coordinate representation of color #9FDA72: hue angle of 94.04º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FDA72 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 218 114 -
CMYK 0.27 0 0.48 0.15
HSL 94.04º 0.58% 0.65% -
HSV(B) 94.04º 0.48% 0.85% -
XYZ 42.41 58.73 25.02 -
YUV 188.5 85.95 106.96 -
System Red Green Blue C M Y K H S L
Decimal 159 218 114 0.27 0 0.48 0.15 94.04 0.58 0.65
Hex 9F DA 72 1B 0 30 F 5E 3A 41
Octal 237 332 162 33 0 60 17 136 72 101
Binary 10011111 11011010 1110010 11011 0 110000 1111 1011110 111010 1000001

Color Harmonies of #9FDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDA72

Black with #9FDA72

Text Example


Text Example

White with #9FDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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