Html Css Color HEX #9DEC70 Feijoa

📋 copy color: '#9DEC70'

red 157 ◦ green 236 ◦ blue 112

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

Shades of Feijoa #9DEC70

Tints of Feijoa #9DEC70

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.73%

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

R = 31.09%
G = 46.73%
B = 22.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#9DEC70 (or 0x9DEC70) is known color: Feijoa. HEX triplet: 9D, EC and 70. RGB value is (157,236,112). Sum of RGB (Red+Green+Blue) = 157+236+112=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #9DEC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEC70 is #62138F. Grayscale: #C6C6C6. Windows color (decimal): -6427536 or 7400605. OLE color: 7400605.

HSL color Cylindrical-coordinate representation of color #9DEC70: hue angle of 98.23º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DEC70 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 236 112 -
CMYK 0.33 0 0.53 0.07
HSL 98.23º 0.77% 0.68% -
HSV(B) 98.23º 0.53% 0.93% -
XYZ 46.82 68.33 26.05 -
YUV 198.24 79.33 98.58 -
System Red Green Blue C M Y K H S L
Decimal 157 236 112 0.33 0 0.53 0.07 98.23 0.77 0.68
Hex 9D EC 70 21 0 35 7 62 4D 44
Octal 235 354 160 41 0 65 7 142 115 104
Binary 10011101 11101100 1110000 100001 0 110101 111 1100010 1001101 1000100

Color Harmonies of #9DEC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEC70

Black with #9DEC70

Text Example


Text Example

White with #9DEC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,236,112); }

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

background-color css

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

 a { background-color: rgb(157,236,112); }

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

border-color css

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

 span { border-color: rgb(157,236,112); }

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