Html Css Color HEX #9DF06D Feijoa

📋 copy color: '#9DF06D'

red 157 ◦ green 240 ◦ blue 109

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

Shades of Feijoa #9DF06D

Tints of Feijoa #9DF06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.54%

R = 31.03%
G = 47.43%
B = 21.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#9DF06D (or 0x9DF06D) is known color: Feijoa. HEX triplet: 9D, F0 and 6D. RGB value is (157,240,109). Sum of RGB (Red+Green+Blue) = 157+240+109=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF06D is #620F92. Grayscale: #C8C8C8. Windows color (decimal): -6426515 or 7205021. OLE color: 7205021.

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

Color convert

RGB 157 240 109 -
CMYK 0.35 0 0.55 0.06
HSL 98.02º 0.81% 0.68% -
HSV(B) 98.02º 0.55% 0.94% -
XYZ 47.83 70.59 25.57 -
YUV 200.25 76.5 97.15 -
System Red Green Blue C M Y K H S L
Decimal 157 240 109 0.35 0 0.55 0.06 98.02 0.81 0.68
Hex 9D F0 6D 23 0 37 6 62 51 44
Octal 235 360 155 43 0 67 6 142 121 104
Binary 10011101 11110000 1101101 100011 0 110111 110 1100010 1010001 1000100

Color Harmonies of #9DF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF06D

Black with #9DF06D

Text Example


Text Example

White with #9DF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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