Html Css Color HEX #ACD300 Inch Worm

📋 copy color: '#ACD300'

red 172 ◦ green 211 ◦ blue 0

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

Shades of Inch Worm #ACD300

Tints of Inch Worm #ACD300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.91%
G = 55.09%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#ACD300 (or 0xACD300) is known color: Inch Worm. HEX triplet: AC, D3 and 00. RGB value is (172,211,0). Sum of RGB (Red+Green+Blue) = 172+211+0=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 211 (82.81% from 255 or 55.09% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD300 is #532CFF. Grayscale: #B0B0B0. Windows color (decimal): -5451008 or 54188. OLE color: 54188.

HSL color Cylindrical-coordinate representation of color #ACD300: hue angle of 71.09º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACD300 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 0 -
CMYK 0.18 0 1 0.17
HSL 71.09º 1% 0.41% -
HSV(B) 71.09º 1% 0.83% -
XYZ 40.31 55.36 8.56 -
YUV 175.29 29.08 125.66 -
System Red Green Blue C M Y K H S L
Decimal 172 211 0 0.18 0 1 0.17 71.09 1 0.41
Hex AC D3 0 12 0 64 11 47 64 29
Octal 254 323 0 22 0 144 21 107 144 51
Binary 10101100 11010011 0 10010 0 1100100 10001 1000111 1100100 101001

Color Harmonies of #ACD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD300

Black with #ACD300

Text Example


Text Example

White with #ACD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD300; }

 p { color: rgb(172,211,0); }

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

background-color css

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

 a { background-color: rgb(172,211,0); }

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

border-color css

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

 span { border-color: rgb(172,211,0); }

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