#9AF36C

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

Shades of Feijoa #9AF36C

Tints of Feijoa #9AF36C

Color information

#9AF36C (or 0x9AF36C) is unknown color: approx Feijoa. HEX triplet: 9A, F3 and 6C. RGB value is (154,243,108). Sum of RGB (Red+Green+Blue) = 154+243+108=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF36C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF36C is #650C93. Grayscale: #C9C9C9. Windows color (decimal): -6622356 or 7140250. OLE color: 7140250.

HSL color Cylindrical-coordinate representation of color #9AF36C: hue angle of 99.56º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AF36C is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB154243108-
CMYK0.3700.560.05
HSL99.56º84.91%68.82%-
HSV(B)99.56º55.56%95.29%-
XYZ48.0872.0525.56-
YUV20175.5194.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.50%
GREEN value IS 243 (95.31% from 255) = 48.12%
BLUE value IS 108 (42.58% from 255) = 21.39%
R=30.50%
G=48.12%
B=21.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542431080.3700.560.0599.5684.9168.82
Hex9AF36C250385645545
Octal232363154450705144125105
Binary100110101111001111011001001010111000101110010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,243,108); }

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

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

 a { background-color: rgb(154,243,108); }

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

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

 span { border-color: rgb(154,243,108); }

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