#9AF870

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

Shades of Feijoa #9AF870

Tints of Feijoa #9AF870

Color information

#9AF870 (or 0x9AF870) is unknown color: approx Feijoa. HEX triplet: 9A, F8 and 70. RGB value is (154,248,112). Sum of RGB (Red+Green+Blue) = 154+248+112=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF870 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF870 is #65078F. Grayscale: #CCCCCC. Windows color (decimal): -6621072 or 7403674. OLE color: 7403674.

HSL color Cylindrical-coordinate representation of color #9AF870: hue angle of 101.47º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AF870 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB154248112-
CMYK0.3800.550.03
HSL101.47º90.67%70.59%-
HSV(B)101.47º54.84%97.25%-
XYZ49.8275.1727.21-
YUV204.3975.8692.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.96%
GREEN value IS 248 (97.27% from 255) = 48.25%
BLUE value IS 112 (44.14% from 255) = 21.79%
R=29.96%
G=48.25%
B=21.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542481120.3800.550.03101.4790.6770.59
Hex9AF870260373655b47
Octal232370160460673145133107
Binary10011010111110001110000100110011011111110010110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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