Html Css Color HEX #A8D026 Yellow Green

📋 copy color: '#A8D026'

red 168 ◦ green 208 ◦ blue 38

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

Shades of Yellow Green #A8D026

Tints of Yellow Green #A8D026

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.24%

 BLUE value IS 38 (15.23% from 255) = 9.18%

R = 40.58%
G = 50.24%
B = 9.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#A8D026 (or 0xA8D026) is known color: Yellow Green. HEX triplet: A8, D0 and 26. RGB value is (168,208,38). Sum of RGB (Red+Green+Blue) = 168+208+38=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 38 (15.23% from 255 or 9.18% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D026 is #572FD9. Grayscale: #B1B1B1. Windows color (decimal): -5713882 or 2543784. OLE color: 2543784.

HSL color Cylindrical-coordinate representation of color #A8D026: hue angle of 74.12º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8D026 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 38 -
CMYK 0.19 0 0.82 0.18
HSL 74.12º 0.69% 0.48% -
HSV(B) 74.12º 0.82% 0.82% -
XYZ 39.05 53.58 10.12 -
YUV 176.66 49.75 121.82 -
System Red Green Blue C M Y K H S L
Decimal 168 208 38 0.19 0 0.82 0.18 74.12 0.69 0.48
Hex A8 D0 26 13 0 52 12 4A 45 30
Octal 250 320 46 23 0 122 22 112 105 60
Binary 10101000 11010000 100110 10011 0 1010010 10010 1001010 1000101 110000

Color Harmonies of #A8D026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D026

Black with #A8D026

Text Example


Text Example

White with #A8D026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D026; }

 p { color: rgb(168,208,38); }

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

background-color css

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

 a { background-color: rgb(168,208,38); }

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

border-color css

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

 span { border-color: rgb(168,208,38); }

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