#9AF264

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

Shades of Feijoa #9AF264

Tints of Feijoa #9AF264

Color information

#9AF264 (or 0x9AF264) is unknown color: approx Feijoa. HEX triplet: 9A, F2 and 64. RGB value is (154,242,100). Sum of RGB (Red+Green+Blue) = 154+242+100=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF264 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF264 is #650D9B. Grayscale: #C7C7C7. Windows color (decimal): -6622620 or 6615706. OLE color: 6615706.

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

Color convert

RGB154242100-
CMYK0.3600.590.05
HSL97.18º84.52%67.06%-
HSV(B)97.18º58.68%94.9%-
XYZ47.3871.2923.32-
YUV199.571.8595.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.05%
GREEN value IS 242 (94.92% from 255) = 48.79%
BLUE value IS 100 (39.45% from 255) = 20.16%
R=31.05%
G=48.79%
B=20.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542421000.3600.590.0597.1884.5267.06
Hex9AF2642403B5615543
Octal232362144440735141125103
Binary100110101111001011001001001000111011101110000110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,242,100); }

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

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

 a { background-color: rgb(154,242,100); }

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

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

 span { border-color: rgb(154,242,100); }

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