#A0F627

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

Shades of Green Yellow #A0F627

Tints of Green Yellow #A0F627

Color information

#A0F627 (or 0xA0F627) is unknown color: approx Green Yellow. HEX triplet: A0, F6 and 27. RGB value is (160,246,39). Sum of RGB (Red+Green+Blue) = 160+246+39=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 246 (96.48% from 255 or 55.28% from 445); Blue value is 39 (15.62% from 255 or 8.76% from 445); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F627 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F627 is #5F09D8. Grayscale: #C5C5C5. Windows color (decimal): -6228441 or 2619040. OLE color: 2619040.

HSL color Cylindrical-coordinate representation of color #A0F627: hue angle of 84.93º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0F627 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB16024639-
CMYK0.3500.840.04
HSL84.93º92%55.88%-
HSV(B)84.93º84.15%96.47%-
XYZ47.8273.5313.59-
YUV196.6939.01101.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 246 (96.48% from 255) = 55.28%
BLUE value IS 39 (15.62% from 255) = 8.76%
R=35.96%
G=55.28%
B=8.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160246390.3500.840.0484.939255.88
HexA0F627230544555c38
Octal24036647430124412513470
Binary10100000111101101001111000110101010010010101011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F627; }

 p { color: rgb(160,246,39); }

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

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

 a { background-color: rgb(160,246,39); }

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

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

 span { border-color: rgb(160,246,39); }

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