#A4FF34

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

Shades of Green Yellow #A4FF34

Tints of Green Yellow #A4FF34

Color information

#A4FF34 (or 0xA4FF34) is unknown color: approx Green Yellow. HEX triplet: A4, FF and 34. RGB value is (164,255,52). Sum of RGB (Red+Green+Blue) = 164+255+52=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4FF34 is #5B00CB. Grayscale: #CDCDCD. Windows color (decimal): -5963980 or 3473316. OLE color: 3473316.

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

Color convert

RGB16425552-
CMYK0.3600.800
HSL86.9º100%60.2%-
HSV(B)86.9º79.61%100%-
XYZ51.6979.6615.9-
YUV204.6541.8599.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 255 (100% from 255) = 54.14%
BLUE value IS 52 (20.70% from 255) = 11.04%
R=34.82%
G=54.14%
B=11.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal164255520.3600.80086.910060.2
HexA4FF3424050057643c
Octal24437764440120012714474
Binary101001001111111111010010010001010000010101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FF34; }

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

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

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

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

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

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

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

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