Html Css Color HEX #ACDF0B Inch Worm

📋 copy color: '#ACDF0B'

red 172 ◦ green 223 ◦ blue 11

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

Shades of Inch Worm #ACDF0B

Tints of Inch Worm #ACDF0B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.93%

 BLUE value IS 11 (4.69% from 255) = 2.71%

R = 42.36%
G = 54.93%
B = 2.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#ACDF0B (or 0xACDF0B) is known color: Inch Worm. HEX triplet: AC, DF and 0B. RGB value is (172,223,11). Sum of RGB (Red+Green+Blue) = 172+223+11=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDF0B is #5320F4. Grayscale: #B8B8B8. Windows color (decimal): -5447925 or 778156. OLE color: 778156.

HSL color Cylindrical-coordinate representation of color #ACDF0B: hue angle of 74.43º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACDF0B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 11 -
CMYK 0.23 0 0.95 0.13
HSL 74.43º 0.91% 0.46% -
HSV(B) 74.43º 0.95% 0.87% -
XYZ 43.46 61.57 9.91 -
YUV 183.58 30.6 119.74 -
System Red Green Blue C M Y K H S L
Decimal 172 223 11 0.23 0 0.95 0.13 74.43 0.91 0.46
Hex AC DF B 17 0 5F D 4A 5B 2E
Octal 254 337 13 27 0 137 15 112 133 56
Binary 10101100 11011111 1011 10111 0 1011111 1101 1001010 1011011 101110

Color Harmonies of #ACDF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF0B

Black with #ACDF0B

Text Example


Text Example

White with #ACDF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF0B; }

 p { color: rgb(172,223,11); }

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

background-color css

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

 a { background-color: rgb(172,223,11); }

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

border-color css

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

 span { border-color: rgb(172,223,11); }

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