#9AD965

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

Shades of Feijoa #9AD965

Tints of Feijoa #9AD965

Color information

#9AD965 (or 0x9AD965) is unknown color: approx Feijoa. HEX triplet: 9A, D9 and 65. RGB value is (154,217,101). Sum of RGB (Red+Green+Blue) = 154+217+101=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD965 is #65269A. Grayscale: #B9B9B9. Windows color (decimal): -6629019 or 6674842. OLE color: 6674842.

HSL color Cylindrical-coordinate representation of color #9AD965: hue angle of 92.59º 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 #9AD965 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB154217101-
CMYK0.2900.530.15
HSL92.59º60.42%62.35%-
HSV(B)92.59º53.46%85.1%-
XYZ40.4957.4421.26-
YUV184.9480.63105.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 217 (85.16% from 255) = 45.97%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=32.63%
G=45.97%
B=21.40%

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
Decimal1542171010.2900.530.1592.5960.4262.35
Hex9AD9651D035F5d3c3e
Octal23233114535065171357476
Binary1001101011011001110010111101011010111111011101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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