Html Css Color HEX #A3DE00 Inch Worm

📋 copy color: '#A3DE00'

red 163 ◦ green 222 ◦ blue 0

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

Shades of Inch Worm #A3DE00

Tints of Inch Worm #A3DE00

RGB

 RED value IS 163 (64.06% from 255) = 42.34%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.34%
G = 57.66%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#A3DE00 (or 0xA3DE00) is known color: Inch Worm. HEX triplet: A3, DE and 00. RGB value is (163,222,0). Sum of RGB (Red+Green+Blue) = 163+222+0=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3DE00 is #5C21FF. Grayscale: #B3B3B3. Windows color (decimal): -6038016 or 56995. OLE color: 56995.

HSL color Cylindrical-coordinate representation of color #A3DE00: hue angle of 75.95º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3DE00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 222 0 -
CMYK 0.27 0 1 0.13
HSL 75.95º 1% 0.44% -
HSV(B) 75.95º 1% 0.87% -
XYZ 41.23 60.03 9.41 -
YUV 179.05 26.95 116.55 -
System Red Green Blue C M Y K H S L
Decimal 163 222 0 0.27 0 1 0.13 75.95 1 0.44
Hex A3 DE 0 1B 0 64 D 4C 64 2C
Octal 243 336 0 33 0 144 15 114 144 54
Binary 10100011 11011110 0 11011 0 1100100 1101 1001100 1100100 101100

Color Harmonies of #A3DE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DE00

Black with #A3DE00

Text Example


Text Example

White with #A3DE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DE00; }

 p { color: rgb(163,222,0); }

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

background-color css

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

 a { background-color: rgb(163,222,0); }

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

border-color css

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

 span { border-color: rgb(163,222,0); }

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