#9AF569

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

Shades of Feijoa #9AF569

Tints of Feijoa #9AF569

Color information

#9AF569 (or 0x9AF569) is unknown color: approx Feijoa. HEX triplet: 9A, F5 and 69. RGB value is (154,245,105). Sum of RGB (Red+Green+Blue) = 154+245+105=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF569 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF569 is #650A96. Grayscale: #CACACA. Windows color (decimal): -6621847 or 6944154. OLE color: 6944154.

HSL color Cylindrical-coordinate representation of color #9AF569: hue angle of 99º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AF569 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB154245105-
CMYK0.3700.570.04
HSL99º87.5%68.63%-
HSV(B)99º57.14%96.08%-
XYZ48.5373.1924.93-
YUV201.8373.3593.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 245 (96.09% from 255) = 48.61%
BLUE value IS 105 (41.41% from 255) = 20.83%
R=30.56%
G=48.61%
B=20.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1542451050.3700.570.049987.568.63
Hex9AF569250394635845
Octal232365151450714143130105
Binary100110101111010111010011001010111001100110001110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,245,105); }

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

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

 a { background-color: rgb(154,245,105); }

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

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

 span { border-color: rgb(154,245,105); }

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