#A1FF34

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

Shades of Green Yellow #A1FF34

Tints of Green Yellow #A1FF34

Color information

#A1FF34 (or 0xA1FF34) is unknown color: approx Green Yellow. HEX triplet: A1, FF and 34. RGB value is (161,255,52). Sum of RGB (Red+Green+Blue) = 161+255+52=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1FF34 is #5E00CB. Grayscale: #CCCCCC. Windows color (decimal): -6160588 or 3473313. OLE color: 3473313.

HSL color Cylindrical-coordinate representation of color #A1FF34: hue angle of 87.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1FF34 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB16125552-
CMYK0.3700.800
HSL87.78º100%60.2%-
HSV(B)87.78º79.61%100%-
XYZ51.0879.3515.87-
YUV203.7542.3697.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 255 (100% from 255) = 54.49%
BLUE value IS 52 (20.70% from 255) = 11.11%
R=34.40%
G=54.49%
B=11.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal161255520.3700.80087.7810060.2
HexA1FF3425050058643c
Octal24137764450120013014474
Binary101000011111111111010010010101010000010110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FF34; }

 p { color: rgb(161,255,52); }

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

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

 a { background-color: rgb(161,255,52); }

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

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

 span { border-color: rgb(161,255,52); }

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