Html Css Color HEX #ACD302 Inch Worm

📋 copy color: '#ACD302'

red 172 ◦ green 211 ◦ blue 2

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

Shades of Inch Worm #ACD302

Tints of Inch Worm #ACD302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 44.68%
G = 54.81%
B = 0.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#ACD302 (or 0xACD302) is known color: Inch Worm. HEX triplet: AC, D3 and 02. RGB value is (172,211,2). Sum of RGB (Red+Green+Blue) = 172+211+2=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD302 is #532CFD. Grayscale: #B0B0B0. Windows color (decimal): -5451006 or 185260. OLE color: 185260.

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

Color convert

RGB 172 211 2 -
CMYK 0.18 0 0.99 0.17
HSL 71.2º 0.98% 0.42% -
HSV(B) 71.2º 0.99% 0.83% -
XYZ 40.32 55.36 8.62 -
YUV 175.51 30.08 125.49 -
System Red Green Blue C M Y K H S L
Decimal 172 211 2 0.18 0 0.99 0.17 71.2 0.98 0.42
Hex AC D3 2 12 0 63 11 47 62 2A
Octal 254 323 2 22 0 143 21 107 142 52
Binary 10101100 11010011 10 10010 0 1100011 10001 1000111 1100010 101010

Color Harmonies of #ACD302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD302

Black with #ACD302

Text Example


Text Example

White with #ACD302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD302; }

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

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

background-color css

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

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

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

border-color css

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

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

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