Html Css Color HEX #9DF972 Feijoa

📋 copy color: '#9DF972'

red 157 ◦ green 249 ◦ blue 114

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

Shades of Feijoa #9DF972

Tints of Feijoa #9DF972

RGB

 RED value IS 157 (61.72% from 255) = 30.19%

 GREEN value IS 249 (97.66% from 255) = 47.88%

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

R = 30.19%
G = 47.88%
B = 21.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#9DF972 (or 0x9DF972) is known color: Feijoa. HEX triplet: 9D, F9 and 72. RGB value is (157,249,114). Sum of RGB (Red+Green+Blue) = 157+249+114=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF972 is #62068D. Grayscale: #CECECE. Windows color (decimal): -6424206 or 7535005. OLE color: 7535005.

HSL color Cylindrical-coordinate representation of color #9DF972: hue angle of 100.89º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DF972 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 249 114 -
CMYK 0.37 0 0.54 0.02
HSL 100.89º 0.92% 0.71% -
HSV(B) 100.89º 0.54% 0.98% -
XYZ 50.82 76.13 27.94 -
YUV 206.1 76.02 92.98 -
System Red Green Blue C M Y K H S L
Decimal 157 249 114 0.37 0 0.54 0.02 100.89 0.92 0.71
Hex 9D F9 72 25 0 36 2 65 5C 47
Octal 235 371 162 45 0 66 2 145 134 107
Binary 10011101 11111001 1110010 100101 0 110110 10 1100101 1011100 1000111

Color Harmonies of #9DF972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF972

Black with #9DF972

Text Example


Text Example

White with #9DF972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,249,114); }

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

background-color css

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

 a { background-color: rgb(157,249,114); }

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

border-color css

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

 span { border-color: rgb(157,249,114); }

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