Html Css Color HEX #ACDD2D Yellow Green

📋 copy color: '#ACDD2D'

red 172 ◦ green 221 ◦ blue 45

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

Shades of Yellow Green #ACDD2D

Tints of Yellow Green #ACDD2D

RGB

 RED value IS 172 (67.58% from 255) = 39.27%

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

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

R = 39.27%
G = 50.46%
B = 10.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#ACDD2D (or 0xACDD2D) is known color: Yellow Green. HEX triplet: AC, DD and 2D. RGB value is (172,221,45). Sum of RGB (Red+Green+Blue) = 172+221+45=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD2D is #5322D2. Grayscale: #BABABA. Windows color (decimal): -5448403 or 3005868. OLE color: 3005868.

HSL color Cylindrical-coordinate representation of color #ACDD2D: hue angle of 76.7º 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 #ACDD2D is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 45 -
CMYK 0.22 0 0.80 0.13
HSL 76.7º 0.72% 0.52% -
HSV(B) 76.7º 0.8% 0.87% -
XYZ 43.34 60.67 11.91 -
YUV 186.29 48.27 117.81 -
System Red Green Blue C M Y K H S L
Decimal 172 221 45 0.22 0 0.80 0.13 76.7 0.72 0.52
Hex AC DD 2D 16 0 50 D 4D 48 34
Octal 254 335 55 26 0 120 15 115 110 64
Binary 10101100 11011101 101101 10110 0 1010000 1101 1001101 1001000 110100

Color Harmonies of #ACDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD2D

Black with #ACDD2D

Text Example


Text Example

White with #ACDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD2D; }

 p { color: rgb(172,221,45); }

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

background-color css

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

 a { background-color: rgb(172,221,45); }

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

border-color css

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

 span { border-color: rgb(172,221,45); }

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