Html Css Color HEX #9DF06F Feijoa

📋 copy color: '#9DF06F'

red 157 ◦ green 240 ◦ blue 111

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

Shades of Feijoa #9DF06F

Tints of Feijoa #9DF06F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.24%

 BLUE value IS 111 (43.75% from 255) = 21.85%

R = 30.91%
G = 47.24%
B = 21.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#9DF06F (or 0x9DF06F) is known color: Feijoa. HEX triplet: 9D, F0 and 6F. RGB value is (157,240,111). Sum of RGB (Red+Green+Blue) = 157+240+111=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF06F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF06F is #620F90. Grayscale: #C8C8C8. Windows color (decimal): -6426513 or 7336093. OLE color: 7336093.

HSL color Cylindrical-coordinate representation of color #9DF06F: hue angle of 98.6º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DF06F is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 240 111 -
CMYK 0.35 0 0.54 0.06
HSL 98.6º 0.81% 0.69% -
HSV(B) 98.6º 0.54% 0.94% -
XYZ 47.93 70.64 26.15 -
YUV 200.48 77.5 96.99 -
System Red Green Blue C M Y K H S L
Decimal 157 240 111 0.35 0 0.54 0.06 98.6 0.81 0.69
Hex 9D F0 6F 23 0 36 6 63 51 45
Octal 235 360 157 43 0 66 6 143 121 105
Binary 10011101 11110000 1101111 100011 0 110110 110 1100011 1010001 1000101

Color Harmonies of #9DF06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF06F

Black with #9DF06F

Text Example


Text Example

White with #9DF06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,240,111); }

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

background-color css

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

 a { background-color: rgb(157,240,111); }

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

border-color css

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

 span { border-color: rgb(157,240,111); }

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