#9DEF6A

Color #9DEF6A Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #9DEF6A

Tints of Feijoa #9DEF6A

Color information

#9DEF6A (or 0x9DEF6A) is unknown color: approx Feijoa. HEX triplet: 9D, EF and 6A. RGB value is (157,239,106). Sum of RGB (Red+Green+Blue) = 157+239+106=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEF6A is #621095. Grayscale: #C7C7C7. Windows color (decimal): -6426774 or 7008157. OLE color: 7008157.

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

Color convert

RGB157239106-
CMYK0.3400.560.06
HSL96.99º80.61%67.65%-
HSV(B)96.99º55.65%93.73%-
XYZ47.3769.9424.64-
YUV199.3275.3397.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.27%
GREEN value IS 239 (93.75% from 255) = 47.61%
BLUE value IS 106 (41.80% from 255) = 21.12%
R=31.27%
G=47.61%
B=21.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572391060.3400.560.0696.9980.6167.65
Hex9DEF6A220386615144
Octal235357152420706141121104
Binary100111011110111111010101000100111000110110000110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,239,106); }

 H1.HeaderClassName
 {
   color: #9DEF6A;
 }
 .AnyTagClassName
 {
   color: #9DEF6A;
 }
</style>
background-color css

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

 a { background-color: rgb(157,239,106); }

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

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

 span { border-color: rgb(157,239,106); }

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