Html Css Color HEX #A4DE0C Inch Worm

📋 copy color: '#A4DE0C'

red 164 ◦ green 222 ◦ blue 12

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

Shades of Inch Worm #A4DE0C

Tints of Inch Worm #A4DE0C

RGB

 RED value IS 164 (64.45% from 255) = 41.21%

 GREEN value IS 222 (87.11% from 255) = 55.78%

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 41.21%
G = 55.78%
B = 3.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#A4DE0C (or 0xA4DE0C) is known color: Inch Worm. HEX triplet: A4, DE and 0C. RGB value is (164,222,12). Sum of RGB (Red+Green+Blue) = 164+222+12=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4DE0C is #5B21F3. Grayscale: #B5B5B5. Windows color (decimal): -5972468 or 843428. OLE color: 843428.

HSL color Cylindrical-coordinate representation of color #A4DE0C: hue angle of 76.57º degrees, saturation: 0.9, 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 #A4DE0C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 222 12 -
CMYK 0.26 0 0.95 0.13
HSL 76.57º 0.9% 0.46% -
HSV(B) 76.57º 0.95% 0.87% -
XYZ 41.5 60.16 9.77 -
YUV 180.72 32.78 116.08 -
System Red Green Blue C M Y K H S L
Decimal 164 222 12 0.26 0 0.95 0.13 76.57 0.9 0.46
Hex A4 DE C 1A 0 5F D 4D 5A 2E
Octal 244 336 14 32 0 137 15 115 132 56
Binary 10100100 11011110 1100 11010 0 1011111 1101 1001101 1011010 101110

Color Harmonies of #A4DE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DE0C

Black with #A4DE0C

Text Example


Text Example

White with #A4DE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DE0C; }

 p { color: rgb(164,222,12); }

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

background-color css

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

 a { background-color: rgb(164,222,12); }

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

border-color css

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

 span { border-color: rgb(164,222,12); }

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