Html Css Color HEX #ACDA1E Inch Worm

📋 copy color: '#ACDA1E'

red 172 ◦ green 218 ◦ blue 30

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

Shades of Inch Worm #ACDA1E

Tints of Inch Worm #ACDA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.14%

R = 40.95%
G = 51.9%
B = 7.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#ACDA1E (or 0xACDA1E) is known color: Inch Worm. HEX triplet: AC, DA and 1E. RGB value is (172,218,30). Sum of RGB (Red+Green+Blue) = 172+218+30=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA1E is #5325E1. Grayscale: #B7B7B7. Windows color (decimal): -5449186 or 2022060. OLE color: 2022060.

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

Color convert

RGB 172 218 30 -
CMYK 0.21 0 0.86 0.15
HSL 74.68º 0.76% 0.49% -
HSV(B) 74.68º 0.86% 0.85% -
XYZ 42.32 59.01 10.39 -
YUV 182.81 41.76 120.29 -
System Red Green Blue C M Y K H S L
Decimal 172 218 30 0.21 0 0.86 0.15 74.68 0.76 0.49
Hex AC DA 1E 15 0 56 F 4B 4C 31
Octal 254 332 36 25 0 126 17 113 114 61
Binary 10101100 11011010 11110 10101 0 1010110 1111 1001011 1001100 110001

Color Harmonies of #ACDA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA1E

Black with #ACDA1E

Text Example


Text Example

White with #ACDA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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