Html Css Color HEX #A3DD0B Inch Worm

📋 copy color: '#A3DD0B'

red 163 ◦ green 221 ◦ blue 11

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

Shades of Inch Worm #A3DD0B

Tints of Inch Worm #A3DD0B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.95%

 BLUE value IS 11 (4.69% from 255) = 2.78%

R = 41.27%
G = 55.95%
B = 2.78%

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

#A3DD0B (or 0xA3DD0B) is known color: Inch Worm. HEX triplet: A3, DD and 0B. RGB value is (163,221,11). Sum of RGB (Red+Green+Blue) = 163+221+11=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3DD0B is #5C22F4. Grayscale: #B4B4B4. Windows color (decimal): -6038261 or 777635. OLE color: 777635.

HSL color Cylindrical-coordinate representation of color #A3DD0B: hue angle of 76.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3DD0B is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 221 11 -
CMYK 0.26 0 0.95 0.13
HSL 76.57º 0.91% 0.45% -
HSV(B) 76.57º 0.95% 0.87% -
XYZ 41.02 59.52 9.64 -
YUV 179.72 32.78 116.08 -
System Red Green Blue C M Y K H S L
Decimal 163 221 11 0.26 0 0.95 0.13 76.57 0.91 0.45
Hex A3 DD B 1A 0 5F D 4D 5B 2D
Octal 243 335 13 32 0 137 15 115 133 55
Binary 10100011 11011101 1011 11010 0 1011111 1101 1001101 1011011 101101

Color Harmonies of #A3DD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DD0B

Black with #A3DD0B

Text Example


Text Example

White with #A3DD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DD0B; }

 p { color: rgb(163,221,11); }

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

background-color css

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

 a { background-color: rgb(163,221,11); }

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

border-color css

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

 span { border-color: rgb(163,221,11); }

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