Html Css Color HEX #A5DD2C Yellow Green

📋 copy color: '#A5DD2C'

red 165 ◦ green 221 ◦ blue 44

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

Shades of Yellow Green #A5DD2C

Tints of Yellow Green #A5DD2C

RGB

 RED value IS 165 (64.84% from 255) = 38.37%

 GREEN value IS 221 (86.72% from 255) = 51.4%

 BLUE value IS 44 (17.58% from 255) = 10.23%

R = 38.37%
G = 51.4%
B = 10.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#A5DD2C (or 0xA5DD2C) is known color: Yellow Green. HEX triplet: A5, DD and 2C. RGB value is (165,221,44). Sum of RGB (Red+Green+Blue) = 165+221+44=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DD2C is #5A22D3. Grayscale: #B8B8B8. Windows color (decimal): -5907156 or 2940325. OLE color: 2940325.

HSL color Cylindrical-coordinate representation of color #A5DD2C: hue angle of 78.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5DD2C is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 221 44 -
CMYK 0.25 0 0.80 0.13
HSL 78.98º 0.72% 0.52% -
HSV(B) 78.98º 0.8% 0.87% -
XYZ 41.83 59.89 11.74 -
YUV 184.08 48.95 114.39 -
System Red Green Blue C M Y K H S L
Decimal 165 221 44 0.25 0 0.80 0.13 78.98 0.72 0.52
Hex A5 DD 2C 19 0 50 D 4F 48 34
Octal 245 335 54 31 0 120 15 117 110 64
Binary 10100101 11011101 101100 11001 0 1010000 1101 1001111 1001000 110100

Color Harmonies of #A5DD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DD2C

Black with #A5DD2C

Text Example


Text Example

White with #A5DD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DD2C; }

 p { color: rgb(165,221,44); }

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

background-color css

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

 a { background-color: rgb(165,221,44); }

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

border-color css

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

 span { border-color: rgb(165,221,44); }

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