Html Css Color HEX #A3DF0D Inch Worm

📋 copy color: '#A3DF0D'

red 163 ◦ green 223 ◦ blue 13

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

Shades of Inch Worm #A3DF0D

Tints of Inch Worm #A3DF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.26%

R = 40.85%
G = 55.89%
B = 3.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#A3DF0D (or 0xA3DF0D) is known color: Inch Worm. HEX triplet: A3, DF and 0D. RGB value is (163,223,13). Sum of RGB (Red+Green+Blue) = 163+223+13=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 223 (87.5% from 255 or 55.89% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3DF0D is #5C20F2. Grayscale: #B5B5B5. Windows color (decimal): -6037747 or 909219. OLE color: 909219.

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

Color convert

RGB 163 223 13 -
CMYK 0.27 0 0.94 0.13
HSL 77.14º 0.89% 0.46% -
HSV(B) 77.14º 0.94% 0.87% -
XYZ 41.56 60.59 9.89 -
YUV 181.12 33.12 115.08 -
System Red Green Blue C M Y K H S L
Decimal 163 223 13 0.27 0 0.94 0.13 77.14 0.89 0.46
Hex A3 DF D 1B 0 5E D 4D 59 2E
Octal 243 337 15 33 0 136 15 115 131 56
Binary 10100011 11011111 1101 11011 0 1011110 1101 1001101 1011001 101110

Color Harmonies of #A3DF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DF0D

Black with #A3DF0D

Text Example


Text Example

White with #A3DF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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