Html Css Color HEX #A4D82D Yellow Green

📋 copy color: '#A4D82D'

red 164 ◦ green 216 ◦ blue 45

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

Shades of Yellow Green #A4D82D

Tints of Yellow Green #A4D82D

RGB

 RED value IS 164 (64.45% from 255) = 38.59%

 GREEN value IS 216 (84.77% from 255) = 50.82%

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

R = 38.59%
G = 50.82%
B = 10.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#A4D82D (or 0xA4D82D) is known color: Yellow Green. HEX triplet: A4, D8 and 2D. RGB value is (164,216,45). Sum of RGB (Red+Green+Blue) = 164+216+45=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D82D is #5B27D2. Grayscale: #B5B5B5. Windows color (decimal): -5973971 or 3004580. OLE color: 3004580.

HSL color Cylindrical-coordinate representation of color #A4D82D: hue angle of 78.25º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4D82D is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 216 45 -
CMYK 0.24 0 0.79 0.15
HSL 78.25º 0.69% 0.51% -
HSV(B) 78.25º 0.79% 0.85% -
XYZ 40.34 57.19 11.4 -
YUV 180.96 51.27 115.9 -
System Red Green Blue C M Y K H S L
Decimal 164 216 45 0.24 0 0.79 0.15 78.25 0.69 0.51
Hex A4 D8 2D 18 0 4F F 4E 45 33
Octal 244 330 55 30 0 117 17 116 105 63
Binary 10100100 11011000 101101 11000 0 1001111 1111 1001110 1000101 110011

Color Harmonies of #A4D82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D82D

Black with #A4D82D

Text Example


Text Example

White with #A4D82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D82D; }

 p { color: rgb(164,216,45); }

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

background-color css

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

 a { background-color: rgb(164,216,45); }

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

border-color css

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

 span { border-color: rgb(164,216,45); }

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