#a5f97c

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

Shades of Feijoa #A5F97C

Tints of Feijoa #A5F97C

Color information

#A5F97C (or 0xA5F97C) is unknown color: approx Feijoa. HEX triplet: A5, F9 and 7C. RGB value is (165,249,124). Sum of RGB (Red+Green+Blue) = 165+249+124=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F97C is #5A0683. Grayscale: #D2D2D2. Windows color (decimal): -5899908 or 8190373. OLE color: 8190373.

HSL color Cylindrical-coordinate representation of color #A5F97C: hue angle of 100.32º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5F97C is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB165249124-
CMYK0.3400.500.02
HSL100.32º91.24%73.14%-
HSV(B)100.32º50.2%97.65%-
XYZ53.0377.2131.18-
YUV209.6379.6796.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 249 (97.66% from 255) = 46.28%
BLUE value IS 124 (48.83% from 255) = 23.05%
R=30.67%
G=46.28%
B=23.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652491240.3400.500.02100.3291.2473.14
HexA5F97C220322645b49
Octal245371174420622144133111
Binary10100101111110011111100100010011001010110010010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5f97c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5f97c; }

 p { color: rgb(165,249,124); }

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

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

 a { background-color: rgb(165,249,124); }

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

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

 span { border-color: rgb(165,249,124); }

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