Html Css Color HEX #ACDC2D Yellow Green

📋 copy color: '#ACDC2D'

red 172 ◦ green 220 ◦ blue 45

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

Shades of Yellow Green #ACDC2D

Tints of Yellow Green #ACDC2D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.34%

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

R = 39.36%
G = 50.34%
B = 10.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#ACDC2D (or 0xACDC2D) is known color: Yellow Green. HEX triplet: AC, DC and 2D. RGB value is (172,220,45). Sum of RGB (Red+Green+Blue) = 172+220+45=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC2D is #5323D2. Grayscale: #BABABA. Windows color (decimal): -5448659 or 3005612. OLE color: 3005612.

HSL color Cylindrical-coordinate representation of color #ACDC2D: hue angle of 76.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACDC2D is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 45 -
CMYK 0.22 0 0.80 0.14
HSL 76.46º 0.71% 0.52% -
HSV(B) 76.46º 0.8% 0.86% -
XYZ 43.08 60.15 11.82 -
YUV 185.7 48.6 118.23 -
System Red Green Blue C M Y K H S L
Decimal 172 220 45 0.22 0 0.80 0.14 76.46 0.71 0.52
Hex AC DC 2D 16 0 50 E 4C 47 34
Octal 254 334 55 26 0 120 16 114 107 64
Binary 10101100 11011100 101101 10110 0 1010000 1110 1001100 1000111 110100

Color Harmonies of #ACDC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC2D

Black with #ACDC2D

Text Example


Text Example

White with #ACDC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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