Html Css Color HEX #ACDA28 Inch Worm

📋 copy color: '#ACDA28'

red 172 ◦ green 218 ◦ blue 40

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

Shades of Inch Worm #ACDA28

Tints of Inch Worm #ACDA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.7%

 BLUE value IS 40 (16.02% from 255) = 9.3%

R = 40%
G = 50.7%
B = 9.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#ACDA28 (or 0xACDA28) is known color: Inch Worm. HEX triplet: AC, DA and 28. RGB value is (172,218,40). Sum of RGB (Red+Green+Blue) = 172+218+40=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA28 is #5325D7. Grayscale: #B8B8B8. Windows color (decimal): -5449176 or 2677420. OLE color: 2677420.

HSL color Cylindrical-coordinate representation of color #ACDA28: hue angle of 75.51º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACDA28 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 40 -
CMYK 0.21 0 0.82 0.15
HSL 75.51º 0.71% 0.51% -
HSV(B) 75.51º 0.82% 0.85% -
XYZ 42.47 59.07 11.17 -
YUV 183.95 46.76 119.47 -
System Red Green Blue C M Y K H S L
Decimal 172 218 40 0.21 0 0.82 0.15 75.51 0.71 0.51
Hex AC DA 28 15 0 52 F 4C 47 33
Octal 254 332 50 25 0 122 17 114 107 63
Binary 10101100 11011010 101000 10101 0 1010010 1111 1001100 1000111 110011

Color Harmonies of #ACDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA28

Black with #ACDA28

Text Example


Text Example

White with #ACDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA28; }

 p { color: rgb(172,218,40); }

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

background-color css

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

 a { background-color: rgb(172,218,40); }

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

border-color css

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

 span { border-color: rgb(172,218,40); }

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