#A2FC35

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

Shades of Green Yellow #A2FC35

Tints of Green Yellow #A2FC35

Color information

#A2FC35 (or 0xA2FC35) is unknown color: approx Green Yellow. HEX triplet: A2, FC and 35. RGB value is (162,252,53). Sum of RGB (Red+Green+Blue) = 162+252+53=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FC35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FC35 is #5D03CA. Grayscale: #CBCBCB. Windows color (decimal): -6095819 or 3538082. OLE color: 3538082.

HSL color Cylindrical-coordinate representation of color #A2FC35: hue angle of 87.14º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2FC35 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB16225253-
CMYK0.3600.790.01
HSL87.14º97.07%59.8%-
HSV(B)87.14º78.97%98.82%-
XYZ50.3577.5615.68-
YUV202.443.6899.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 252 (98.83% from 255) = 53.96%
BLUE value IS 53 (21.09% from 255) = 11.35%
R=34.69%
G=53.96%
B=11.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162252530.3600.790.0187.1497.0759.8
HexA2FC352404F157613c
Octal24237465440117112714174
Binary101000101111110011010110010001001111110101111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FC35; }

 p { color: rgb(162,252,53); }

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

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

 a { background-color: rgb(162,252,53); }

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

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

 span { border-color: rgb(162,252,53); }

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