Html Css Color HEX #ACD70B Inch Worm

📋 copy color: '#ACD70B'

red 172 ◦ green 215 ◦ blue 11

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

Shades of Inch Worm #ACD70B

Tints of Inch Worm #ACD70B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.02%

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

R = 43.22%
G = 54.02%
B = 2.76%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#ACD70B (or 0xACD70B) is known color: Inch Worm. HEX triplet: AC, D7 and 0B. RGB value is (172,215,11). Sum of RGB (Red+Green+Blue) = 172+215+11=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD70B is #5328F4. Grayscale: #B3B3B3. Windows color (decimal): -5449973 or 776108. OLE color: 776108.

HSL color Cylindrical-coordinate representation of color #ACD70B: hue angle of 72.65º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACD70B is Cyan = 0.2, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 11 -
CMYK 0.2 0 0.95 0.16
HSL 72.65º 0.9% 0.44% -
HSV(B) 72.65º 0.95% 0.84% -
XYZ 41.37 57.4 9.21 -
YUV 178.89 33.25 123.09 -
System Red Green Blue C M Y K H S L
Decimal 172 215 11 0.2 0 0.95 0.16 72.65 0.9 0.44
Hex AC D7 B 14 0 5F 10 49 5A 2C
Octal 254 327 13 24 0 137 20 111 132 54
Binary 10101100 11010111 1011 10100 0 1011111 10000 1001001 1011010 101100

Color Harmonies of #ACD70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD70B

Black with #ACD70B

Text Example


Text Example

White with #ACD70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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