#A5F12D

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

Shades of Green Yellow #A5F12D

Tints of Green Yellow #A5F12D

Color information

#A5F12D (or 0xA5F12D) is unknown color: approx Green Yellow. HEX triplet: A5, F1 and 2D. RGB value is (165,241,45). Sum of RGB (Red+Green+Blue) = 165+241+45=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F12D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F12D is #5A0ED2. Grayscale: #C4C4C4. Windows color (decimal): -5902035 or 3010981. OLE color: 3010981.

HSL color Cylindrical-coordinate representation of color #A5F12D: hue angle of 83.27º 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 #A5F12D is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB16524145-
CMYK0.3200.810.05
HSL83.27º87.5%56.08%-
HSV(B)83.27º81.33%94.51%-
XYZ47.4571.113.71-
YUV195.9342.82105.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 241 (94.53% from 255) = 53.44%
BLUE value IS 45 (17.97% from 255) = 9.98%
R=36.59%
G=53.44%
B=9.98%

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
Decimal165241450.3200.810.0583.2787.556.08
HexA5F12D200515535838
Octal24536155400121512313070
Binary10100101111100011011011000000101000110110100111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F12D; }

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

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

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

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

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

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

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

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