#A8F434

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

Shades of Green Yellow #A8F434

Tints of Green Yellow #A8F434

Color information

#A8F434 (or 0xA8F434) is unknown color: approx Green Yellow. HEX triplet: A8, F4 and 34. RGB value is (168,244,52). Sum of RGB (Red+Green+Blue) = 168+244+52=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F434 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F434 is #570BCB. Grayscale: #C8C8C8. Windows color (decimal): -5704652 or 3470504. OLE color: 3470504.

HSL color Cylindrical-coordinate representation of color #A8F434: hue angle of 83.75º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8F434 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB16824452-
CMYK0.3100.790.04
HSL83.75º89.72%58.04%-
HSV(B)83.75º78.69%95.69%-
XYZ49.1273.2714.8-
YUV199.3944.82105.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 244 (95.70% from 255) = 52.59%
BLUE value IS 52 (20.70% from 255) = 11.21%
R=36.21%
G=52.59%
B=11.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal168244520.3100.790.0483.7589.7258.04
HexA8F4341F04F4545a3a
Octal25036464370117412413272
Binary1010100011110100110100111110100111110010101001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F434; }

 p { color: rgb(168,244,52); }

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

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

 a { background-color: rgb(168,244,52); }

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

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

 span { border-color: rgb(168,244,52); }

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