Html Css Color HEX #A3D305 Inch Worm

📋 copy color: '#A3D305'

red 163 ◦ green 211 ◦ blue 5

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

Shades of Inch Worm #A3D305

Tints of Inch Worm #A3D305

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.67%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 43.01%
G = 55.67%
B = 1.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#A3D305 (or 0xA3D305) is known color: Inch Worm. HEX triplet: A3, D3 and 05. RGB value is (163,211,5). Sum of RGB (Red+Green+Blue) = 163+211+5=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 211 (82.81% from 255 or 55.67% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 211 - color contains mainly: green. Hex color #A3D305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D305 is #5C2CFA. Grayscale: #ADADAD. Windows color (decimal): -6040827 or 381859. OLE color: 381859.

HSL color Cylindrical-coordinate representation of color #A3D305: hue angle of 73.98º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3D305 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 163 211 5 -
CMYK 0.23 0 0.98 0.17
HSL 73.98º 0.95% 0.42% -
HSV(B) 73.98º 0.98% 0.83% -
XYZ 38.43 54.39 8.62 -
YUV 173.16 33.1 120.75 -
System Red Green Blue C M Y K H S L
Decimal 163 211 5 0.23 0 0.98 0.17 73.98 0.95 0.42
Hex A3 D3 5 17 0 62 11 4A 5F 2A
Octal 243 323 5 27 0 142 21 112 137 52
Binary 10100011 11010011 101 10111 0 1100010 10001 1001010 1011111 101010

Color Harmonies of #A3D305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D305

Black with #A3D305

Text Example


Text Example

White with #A3D305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D305; }

 p { color: rgb(163,211,5); }

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

background-color css

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

 a { background-color: rgb(163,211,5); }

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

border-color css

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

 span { border-color: rgb(163,211,5); }

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