#9AED70

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

Shades of Feijoa #9AED70

Tints of Feijoa #9AED70

Color information

#9AED70 (or 0x9AED70) is unknown color: approx Feijoa. HEX triplet: 9A, ED and 70. RGB value is (154,237,112). Sum of RGB (Red+Green+Blue) = 154+237+112=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AED70 is #65128F. Grayscale: #C6C6C6. Windows color (decimal): -6623888 or 7400858. OLE color: 7400858.

HSL color Cylindrical-coordinate representation of color #9AED70: hue angle of 99.84º degrees, saturation: 0.78, 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 #9AED70 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB154237112-
CMYK0.3500.530.07
HSL99.84º77.64%68.43%-
HSV(B)99.84º52.74%92.94%-
XYZ46.5468.6126.12-
YUV197.9379.596.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 112 (44.14% from 255) = 22.27%
R=30.62%
G=47.12%
B=22.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542371120.3500.530.0799.8477.6468.43
Hex9AED70230357644e44
Octal232355160430657144116104
Binary100110101110110111100001000110110101111110010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AED70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,237,112); }

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

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

 a { background-color: rgb(154,237,112); }

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

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

 span { border-color: rgb(154,237,112); }

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