#A0F045

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

Shades of Green Yellow #A0F045

Tints of Green Yellow #A0F045

Color information

#A0F045 (or 0xA0F045) is unknown color: approx Green Yellow. HEX triplet: A0, F0 and 45. RGB value is (160,240,69). Sum of RGB (Red+Green+Blue) = 160+240+69=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F045 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F045 is #5F0FBA. Grayscale: #C5C5C5. Windows color (decimal): -6229947 or 4583584. OLE color: 4583584.

HSL color Cylindrical-coordinate representation of color #A0F045: hue angle of 88.07º 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 #A0F045 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB16024069-
CMYK0.3300.710.06
HSL88.07º85.07%60.59%-
HSV(B)88.07º71.25%94.12%-
XYZ46.7370.2216.72-
YUV196.5956101.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 240 (94.14% from 255) = 51.17%
BLUE value IS 69 (27.34% from 255) = 14.71%
R=34.12%
G=51.17%
B=14.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal160240690.3300.710.0688.0785.0760.59
HexA0F04521047658553d
Octal240360105410107613012575
Binary101000001111000010001011000010100011111010110001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F045; }

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

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

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

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

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

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

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

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