#A5F22D

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

Shades of Green Yellow #A5F22D

Tints of Green Yellow #A5F22D

Color information

#A5F22D (or 0xA5F22D) is unknown color: approx Green Yellow. HEX triplet: A5, F2 and 2D. RGB value is (165,242,45). Sum of RGB (Red+Green+Blue) = 165+242+45=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F22D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F22D is #5A0DD2. Grayscale: #C5C5C5. Windows color (decimal): -5901779 or 3011237. OLE color: 3011237.

HSL color Cylindrical-coordinate representation of color #A5F22D: hue angle of 83.45º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5F22D is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB16524245-
CMYK0.3200.810.05
HSL83.45º88.34%56.27%-
HSV(B)83.45º81.4%94.9%-
XYZ47.7471.6913.8-
YUV196.5242.49105.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 242 (94.92% from 255) = 53.54%
BLUE value IS 45 (17.97% from 255) = 9.96%
R=36.50%
G=53.54%
B=9.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165242450.3200.810.0583.4588.3456.27
HexA5F22D200515535838
Octal24536255400121512313070
Binary10100101111100101011011000000101000110110100111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F22D; }

 p { color: rgb(165,242,45); }

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

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

 a { background-color: rgb(165,242,45); }

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

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

 span { border-color: rgb(165,242,45); }

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