#A8F538

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

Shades of Green Yellow #A8F538

Tints of Green Yellow #A8F538

Color information

#A8F538 (or 0xA8F538) is unknown color: approx Green Yellow. HEX triplet: A8, F5 and 38. RGB value is (168,245,56). Sum of RGB (Red+Green+Blue) = 168+245+56=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F538 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F538 is #570AC7. Grayscale: #C9C9C9. Windows color (decimal): -5704392 or 3732904. OLE color: 3732904.

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

Color convert

RGB16824556-
CMYK0.3100.770.04
HSL84.44º90.43%59.02%-
HSV(B)84.44º77.14%96.08%-
XYZ49.5173.9215.4-
YUV200.4346.49104.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 245 (96.09% from 255) = 52.24%
BLUE value IS 56 (22.27% from 255) = 11.94%
R=35.82%
G=52.24%
B=11.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal168245560.3100.770.0484.4490.4359.02
HexA8F5381F04D4545a3b
Octal25036570370115412413273
Binary1010100011110101111000111110100110110010101001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F538; }

 p { color: rgb(168,245,56); }

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

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

 a { background-color: rgb(168,245,56); }

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

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

 span { border-color: rgb(168,245,56); }

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