#A5F834

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

Shades of Green Yellow #A5F834

Tints of Green Yellow #A5F834

Color information

#A5F834 (or 0xA5F834) is unknown color: approx Green Yellow. HEX triplet: A5, F8 and 34. RGB value is (165,248,52). Sum of RGB (Red+Green+Blue) = 165+248+52=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F834 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F834 is #5A07CB. Grayscale: #C9C9C9. Windows color (decimal): -5900236 or 3471525. OLE color: 3471525.

HSL color Cylindrical-coordinate representation of color #A5F834: hue angle of 85.41º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5F834 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB16524852-
CMYK0.3300.790.03
HSL85.41º93.33%58.82%-
HSV(B)85.41º79.03%97.25%-
XYZ49.775.3815.18-
YUV200.8444102.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 248 (97.27% from 255) = 53.33%
BLUE value IS 52 (20.70% from 255) = 11.18%
R=35.48%
G=53.33%
B=11.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal165248520.3300.790.0385.4193.3358.82
HexA5F8342104F3555d3b
Octal24537064410117312513573
Binary1010010111111000110100100001010011111110101011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F834; }

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

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

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

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

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

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

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

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