Html Css Color HEX #A3DF00 Inch Worm

📋 copy color: '#A3DF00'

red 163 ◦ green 223 ◦ blue 0

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

Shades of Inch Worm #A3DF00

Tints of Inch Worm #A3DF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.77%

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

R = 42.23%
G = 57.77%
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

#A3DF00 (or 0xA3DF00) is known color: Inch Worm. HEX triplet: A3, DF and 00. RGB value is (163,223,0). Sum of RGB (Red+Green+Blue) = 163+223+0=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3DF00 is #5C20FF. Grayscale: #B4B4B4. Windows color (decimal): -6037760 or 57251. OLE color: 57251.

HSL color Cylindrical-coordinate representation of color #A3DF00: hue angle of 76.14º 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 #A3DF00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 223 0 -
CMYK 0.27 0 1 0.13
HSL 76.14º 1% 0.44% -
HSV(B) 76.14º 1% 0.87% -
XYZ 41.49 60.56 9.5 -
YUV 179.64 26.62 116.13 -
System Red Green Blue C M Y K H S L
Decimal 163 223 0 0.27 0 1 0.13 76.14 1 0.44
Hex A3 DF 0 1B 0 64 D 4C 64 2C
Octal 243 337 0 33 0 144 15 114 144 54
Binary 10100011 11011111 0 11011 0 1100100 1101 1001100 1100100 101100

Color Harmonies of #A3DF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DF00

Black with #A3DF00

Text Example


Text Example

White with #A3DF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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