Html Css Color HEX #ACDB1B Inch Worm

📋 copy color: '#ACDB1B'

red 172 ◦ green 219 ◦ blue 27

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

Shades of Inch Worm #ACDB1B

Tints of Inch Worm #ACDB1B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.39%

 BLUE value IS 27 (10.94% from 255) = 6.46%

R = 41.15%
G = 52.39%
B = 6.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#ACDB1B (or 0xACDB1B) is known color: Inch Worm. HEX triplet: AC, DB and 1B. RGB value is (172,219,27). Sum of RGB (Red+Green+Blue) = 172+219+27=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB1B is #5324E4. Grayscale: #B7B7B7. Windows color (decimal): -5448933 or 1825708. OLE color: 1825708.

HSL color Cylindrical-coordinate representation of color #ACDB1B: hue angle of 74.69º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACDB1B is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 27 -
CMYK 0.21 0 0.88 0.14
HSL 74.69º 0.78% 0.48% -
HSV(B) 74.69º 0.88% 0.86% -
XYZ 42.54 59.51 10.28 -
YUV 183.06 39.93 120.11 -
System Red Green Blue C M Y K H S L
Decimal 172 219 27 0.21 0 0.88 0.14 74.69 0.78 0.48
Hex AC DB 1B 15 0 58 E 4B 4E 30
Octal 254 333 33 25 0 130 16 113 116 60
Binary 10101100 11011011 11011 10101 0 1011000 1110 1001011 1001110 110000

Color Harmonies of #ACDB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB1B

Black with #ACDB1B

Text Example


Text Example

White with #ACDB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB1B; }

 p { color: rgb(172,219,27); }

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

background-color css

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

 a { background-color: rgb(172,219,27); }

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

border-color css

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

 span { border-color: rgb(172,219,27); }

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