Html Css Color HEX #A8D12D Yellow Green

📋 copy color: '#A8D12D'

red 168 ◦ green 209 ◦ blue 45

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

Shades of Yellow Green #A8D12D

Tints of Yellow Green #A8D12D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.53%

 BLUE value IS 45 (17.97% from 255) = 10.66%

R = 39.81%
G = 49.53%
B = 10.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#A8D12D (or 0xA8D12D) is known color: Yellow Green. HEX triplet: A8, D1 and 2D. RGB value is (168,209,45). Sum of RGB (Red+Green+Blue) = 168+209+45=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D12D is #572ED2. Grayscale: #B2B2B2. Windows color (decimal): -5713619 or 3002792. OLE color: 3002792.

HSL color Cylindrical-coordinate representation of color #A8D12D: hue angle of 75º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8D12D is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 209 45 -
CMYK 0.20 0 0.78 0.18
HSL 75º 0.65% 0.5% -
HSV(B) 75º 0.78% 0.82% -
XYZ 39.42 54.12 10.85 -
YUV 178.05 52.92 120.84 -
System Red Green Blue C M Y K H S L
Decimal 168 209 45 0.20 0 0.78 0.18 75 0.65 0.5
Hex A8 D1 2D 14 0 4E 12 4B 41 32
Octal 250 321 55 24 0 116 22 113 101 62
Binary 10101000 11010001 101101 10100 0 1001110 10010 1001011 1000001 110010

Color Harmonies of #A8D12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D12D

Black with #A8D12D

Text Example


Text Example

White with #A8D12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D12D; }

 p { color: rgb(168,209,45); }

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

background-color css

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

 a { background-color: rgb(168,209,45); }

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

border-color css

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

 span { border-color: rgb(168,209,45); }

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