Html Css Color HEX #9DFF70 Feijoa

📋 copy color: '#9DFF70'

red 157 ◦ green 255 ◦ blue 112

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

Shades of Feijoa #9DFF70

Tints of Feijoa #9DFF70

RGB

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

 GREEN value IS 255 (100% from 255) = 48.66%

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

R = 29.96%
G = 48.66%
B = 21.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#9DFF70 (or 0x9DFF70) is known color: Feijoa. HEX triplet: 9D, FF and 70. RGB value is (157,255,112). Sum of RGB (Red+Green+Blue) = 157+255+112=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF70 is #62008F. Grayscale: #D1D1D1. Windows color (decimal): -6422672 or 7405469. OLE color: 7405469.

HSL color Cylindrical-coordinate representation of color #9DFF70: hue angle of 101.12º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DFF70 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 157 255 112 -
CMYK 0.38 0 0.56 0
HSL 101.12º 1% 0.72% -
HSV(B) 101.12º 0.56% 1% -
XYZ 52.59 79.86 27.97 -
YUV 209.4 73.03 90.63 -
System Red Green Blue C M Y K H S L
Decimal 157 255 112 0.38 0 0.56 0 101.12 1 0.72
Hex 9D FF 70 26 0 38 0 65 64 48
Octal 235 377 160 46 0 70 0 145 144 110
Binary 10011101 11111111 1110000 100110 0 111000 0 1100101 1100100 1001000

Color Harmonies of #9DFF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFF70

Black with #9DFF70

Text Example


Text Example

White with #9DFF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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