#A8D830

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

Shades of Yellow Green #A8D830

Tints of Yellow Green #A8D830

Color information

#A8D830 (or 0xA8D830) is unknown color: approx Yellow Green. HEX triplet: A8, D8 and 30. RGB value is (168,216,48). Sum of RGB (Red+Green+Blue) = 168+216+48=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D830 is #5727CF. Grayscale: #B7B7B7. Windows color (decimal): -5711824 or 3201192. OLE color: 3201192.

HSL color Cylindrical-coordinate representation of color #A8D830: hue angle of 77.14º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8D830 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB16821648-
CMYK0.2200.780.15
HSL77.14º68.29%51.76%-
HSV(B)77.14º77.78%84.71%-
XYZ41.2457.6511.75-
YUV182.552.1117.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 216 (84.77% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 11.11%
R=38.89%
G=50%
B=11.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168216480.2200.780.1577.1468.2951.76
HexA8D8301604EF4d4434
Octal250330602601161711510464
Binary10101000110110001100001011001001110111110011011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D830; }

 p { color: rgb(168,216,48); }

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

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

 a { background-color: rgb(168,216,48); }

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

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

 span { border-color: rgb(168,216,48); }

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