#A5FF34

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

Shades of Green Yellow #A5FF34

Tints of Green Yellow #A5FF34

Color information

#A5FF34 (or 0xA5FF34) is unknown color: approx Green Yellow. HEX triplet: A5, FF and 34. RGB value is (165,255,52). Sum of RGB (Red+Green+Blue) = 165+255+52=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FF34 is #5A00CB. Grayscale: #CDCDCD. Windows color (decimal): -5898444 or 3473317. OLE color: 3473317.

HSL color Cylindrical-coordinate representation of color #A5FF34: hue angle of 86.6º 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 #A5FF34 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB16525552-
CMYK0.3500.800
HSL86.6º100%60.2%-
HSV(B)86.6º79.61%100%-
XYZ51.979.7715.91-
YUV204.9541.6899.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 255 (100% from 255) = 54.03%
BLUE value IS 52 (20.70% from 255) = 11.02%
R=34.96%
G=54.03%
B=11.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal165255520.3500.80086.610060.2
HexA5FF3423050057643c
Octal24537764430120012714474
Binary101001011111111111010010001101010000010101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FF34; }

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

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

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

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

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

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

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

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