Html Css Color HEX #A8DC2A Yellow Green

📋 copy color: '#A8DC2A'

red 168 ◦ green 220 ◦ blue 42

#A8DC2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #A8DC2A

Tints of Yellow Green #A8DC2A

RGB

 RED value IS 168 (66.02% from 255) = 39.07%

 GREEN value IS 220 (86.33% from 255) = 51.16%

 BLUE value IS 42 (16.8% from 255) = 9.77%

R = 39.07%
G = 51.16%
B = 9.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#A8DC2A (or 0xA8DC2A) is known color: Yellow Green. HEX triplet: A8, DC and 2A. RGB value is (168,220,42). Sum of RGB (Red+Green+Blue) = 168+220+42=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC2A is #5723D5. Grayscale: #B8B8B8. Windows color (decimal): -5710806 or 2809000. OLE color: 2809000.

HSL color Cylindrical-coordinate representation of color #A8DC2A: hue angle of 77.53º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8DC2A is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 42 -
CMYK 0.24 0 0.81 0.14
HSL 77.53º 0.72% 0.51% -
HSV(B) 77.53º 0.81% 0.86% -
XYZ 42.16 59.68 11.49 -
YUV 184.16 47.77 116.47 -
System Red Green Blue C M Y K H S L
Decimal 168 220 42 0.24 0 0.81 0.14 77.53 0.72 0.51
Hex A8 DC 2A 18 0 51 E 4E 48 33
Octal 250 334 52 30 0 121 16 116 110 63
Binary 10101000 11011100 101010 11000 0 1010001 1110 1001110 1001000 110011

Color Harmonies of #A8DC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC2A

Black with #A8DC2A

Text Example


Text Example

White with #A8DC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC2A; }

 p { color: rgb(168,220,42); }

 H1.HeaderClassName
 {
   color: #A8DC2A;
 }
 .AnyTagClassName
 {
   color: #A8DC2A;
 }
</style>

background-color css

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

 a { background-color: rgb(168,220,42); }

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

border-color css

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

 span { border-color: rgb(168,220,42); }

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