Html Css Color HEX #9DF976 Feijoa

📋 copy color: '#9DF976'

red 157 ◦ green 249 ◦ blue 118

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

Shades of Feijoa #9DF976

Tints of Feijoa #9DF976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.52%

R = 29.96%
G = 47.52%
B = 22.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#9DF976 (or 0x9DF976) is known color: Feijoa. HEX triplet: 9D, F9 and 76. RGB value is (157,249,118). Sum of RGB (Red+Green+Blue) = 157+249+118=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF976 is #620689. Grayscale: #CECECE. Windows color (decimal): -6424202 or 7797149. OLE color: 7797149.

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

Color convert

RGB 157 249 118 -
CMYK 0.37 0 0.53 0.02
HSL 102.14º 0.92% 0.72% -
HSV(B) 102.14º 0.53% 0.98% -
XYZ 51.05 76.23 29.16 -
YUV 206.56 78.02 92.65 -
System Red Green Blue C M Y K H S L
Decimal 157 249 118 0.37 0 0.53 0.02 102.14 0.92 0.72
Hex 9D F9 76 25 0 35 2 66 5C 48
Octal 235 371 166 45 0 65 2 146 134 110
Binary 10011101 11111001 1110110 100101 0 110101 10 1100110 1011100 1001000

Color Harmonies of #9DF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF976

Black with #9DF976

Text Example


Text Example

White with #9DF976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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