#A0F836

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

Shades of Green Yellow #A0F836

Tints of Green Yellow #A0F836

Color information

#A0F836 (or 0xA0F836) is unknown color: approx Green Yellow. HEX triplet: A0, F8 and 36. RGB value is (160,248,54). Sum of RGB (Red+Green+Blue) = 160+248+54=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F836 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F836 is #5F07C9. Grayscale: #C8C8C8. Windows color (decimal): -6227914 or 3602592. OLE color: 3602592.

HSL color Cylindrical-coordinate representation of color #A0F836: hue angle of 87.22º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0F836 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB16024854-
CMYK0.3500.780.03
HSL87.22º93.27%59.22%-
HSV(B)87.22º78.23%97.25%-
XYZ48.7374.8715.37-
YUV199.5745.8599.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 248 (97.27% from 255) = 53.68%
BLUE value IS 54 (21.48% from 255) = 11.69%
R=34.63%
G=53.68%
B=11.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal160248540.3500.780.0387.2293.2759.22
HexA0F8362304E3575d3b
Octal24037066430116312713573
Binary1010000011111000110110100011010011101110101111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F836; }

 p { color: rgb(160,248,54); }

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

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

 a { background-color: rgb(160,248,54); }

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

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

 span { border-color: rgb(160,248,54); }

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