#a5f922

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

Shades of Green Yellow #A5F922

Tints of Green Yellow #A5F922

Color information

#A5F922 (or 0xA5F922) is unknown color: approx Green Yellow. HEX triplet: A5, F9 and 22. RGB value is (165,249,34). Sum of RGB (Red+Green+Blue) = 165+249+34=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F922 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F922 is #5A06DD. Grayscale: #C8C8C8. Windows color (decimal): -5899998 or 2292133. OLE color: 2292133.

HSL color Cylindrical-coordinate representation of color #A5F922: hue angle of 83.44º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5F922 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB16524934-
CMYK0.3400.860.02
HSL83.44º94.71%55.49%-
HSV(B)83.44º86.35%97.65%-
XYZ49.6875.8713.54-
YUV199.3734.67103.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 249 (97.66% from 255) = 55.58%
BLUE value IS 34 (13.67% from 255) = 7.59%
R=36.83%
G=55.58%
B=7.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165249340.3400.860.0283.4494.7155.49
HexA5F922220562535f37
Octal24537142420126212313767
Binary1010010111111001100010100010010101101010100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5f922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5f922; }

 p { color: rgb(165,249,34); }

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

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

 a { background-color: rgb(165,249,34); }

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

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

 span { border-color: rgb(165,249,34); }

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