#A8D22B

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

Shades of Yellow Green #A8D22B

Tints of Yellow Green #A8D22B

Color information

#A8D22B (or 0xA8D22B) is unknown color: approx Yellow Green. HEX triplet: A8, D2 and 2B. RGB value is (168,210,43). Sum of RGB (Red+Green+Blue) = 168+210+43=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D22B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D22B is #572DD4. Grayscale: #B3B3B3. Windows color (decimal): -5713365 or 2871976. OLE color: 2871976.

HSL color Cylindrical-coordinate representation of color #A8D22B: hue angle of 75.09º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8D22B is Cyan = 0.2, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB16821043-
CMYK0.200.800.18
HSL75.09º66.01%49.61%-
HSV(B)75.09º79.52%82.35%-
XYZ39.6354.5910.73-
YUV178.451.59120.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 210 (82.42% from 255) = 49.88%
BLUE value IS 43 (17.19% from 255) = 10.21%
R=39.90%
G=49.88%
B=10.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168210430.200.800.1875.0966.0149.61
HexA8D22B14050124b4232
Octal250322532401202211310262
Binary101010001101001010101110100010100001001010010111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D22B; }

 p { color: rgb(168,210,43); }

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

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

 a { background-color: rgb(168,210,43); }

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

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

 span { border-color: rgb(168,210,43); }

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