#9AD865

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

Shades of Feijoa #9AD865

Tints of Feijoa #9AD865

Color information

#9AD865 (or 0x9AD865) is unknown color: approx Feijoa. HEX triplet: 9A, D8 and 65. RGB value is (154,216,101). Sum of RGB (Red+Green+Blue) = 154+216+101=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD865 is #65279A. Grayscale: #B8B8B8. Windows color (decimal): -6629275 or 6674586. OLE color: 6674586.

HSL color Cylindrical-coordinate representation of color #9AD865: hue angle of 92.35º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AD865 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB154216101-
CMYK0.2900.530.15
HSL92.35º59.59%62.16%-
HSV(B)92.35º53.24%84.71%-
XYZ40.2356.9221.18-
YUV184.3580.96106.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 216 (84.77% from 255) = 45.86%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=32.70%
G=45.86%
B=21.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542161010.2900.530.1592.3559.5962.16
Hex9AD8651D035F5c3c3e
Octal23233014535065171347476
Binary1001101011011000110010111101011010111111011100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,216,101); }

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

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

 a { background-color: rgb(154,216,101); }

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

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

 span { border-color: rgb(154,216,101); }

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