Html Css Color HEX #A8D034 Yellow Green

📋 copy color: '#A8D034'

red 168 ◦ green 208 ◦ blue 52

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

Shades of Yellow Green #A8D034

Tints of Yellow Green #A8D034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.15%

R = 39.25%
G = 48.6%
B = 12.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#A8D034 (or 0xA8D034) is known color: Yellow Green. HEX triplet: A8, D0 and 34. RGB value is (168,208,52). Sum of RGB (Red+Green+Blue) = 168+208+52=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D034 is #572FCB. Grayscale: #B2B2B2. Windows color (decimal): -5713868 or 3461288. OLE color: 3461288.

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

Color convert

RGB 168 208 52 -
CMYK 0.19 0 0.75 0.18
HSL 75.38º 0.62% 0.51% -
HSV(B) 75.38º 0.75% 0.82% -
XYZ 39.32 53.68 11.54 -
YUV 178.26 56.75 120.68 -
System Red Green Blue C M Y K H S L
Decimal 168 208 52 0.19 0 0.75 0.18 75.38 0.62 0.51
Hex A8 D0 34 13 0 4B 12 4B 3E 33
Octal 250 320 64 23 0 113 22 113 76 63
Binary 10101000 11010000 110100 10011 0 1001011 10010 1001011 111110 110011

Color Harmonies of #A8D034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D034

Black with #A8D034

Text Example


Text Example

White with #A8D034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D034; }

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

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

background-color css

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

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

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

border-color css

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

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

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