#A2F045

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

Shades of Green Yellow #A2F045

Tints of Green Yellow #A2F045

Color information

#A2F045 (or 0xA2F045) is unknown color: approx Green Yellow. HEX triplet: A2, F0 and 45. RGB value is (162,240,69). Sum of RGB (Red+Green+Blue) = 162+240+69=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F045 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F045 is #5D0FBA. Grayscale: #C5C5C5. Windows color (decimal): -6098875 or 4583586. OLE color: 4583586.

HSL color Cylindrical-coordinate representation of color #A2F045: hue angle of 87.37º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2F045 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB16224069-
CMYK0.3200.710.06
HSL87.37º85.07%60.59%-
HSV(B)87.37º71.25%94.12%-
XYZ47.1370.4316.74-
YUV197.1855.66102.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 240 (94.14% from 255) = 50.96%
BLUE value IS 69 (27.34% from 255) = 14.65%
R=34.39%
G=50.96%
B=14.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal162240690.3200.710.0687.3785.0760.59
HexA2F04520047657553d
Octal242360105400107612712575
Binary101000101111000010001011000000100011111010101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F045; }

 p { color: rgb(162,240,69); }

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

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

 a { background-color: rgb(162,240,69); }

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

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

 span { border-color: rgb(162,240,69); }

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