Html Css Color HEX #A2D305 Inch Worm

📋 copy color: '#A2D305'

red 162 ◦ green 211 ◦ blue 5

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

Shades of Inch Worm #A2D305

Tints of Inch Worm #A2D305

RGB

 RED value IS 162 (63.67% from 255) = 42.86%

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

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

R = 42.86%
G = 55.82%
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

#A2D305 (or 0xA2D305) is known color: Inch Worm. HEX triplet: A2, D3 and 05. RGB value is (162,211,5). Sum of RGB (Red+Green+Blue) = 162+211+5=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D305 is #5D2CFA. Grayscale: #ADADAD. Windows color (decimal): -6106363 or 381858. OLE color: 381858.

HSL color Cylindrical-coordinate representation of color #A2D305: hue angle of 74.27º 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 #A2D305 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 211 5 -
CMYK 0.23 0 0.98 0.17
HSL 74.27º 0.95% 0.42% -
HSV(B) 74.27º 0.98% 0.83% -
XYZ 38.22 54.28 8.61 -
YUV 172.87 33.27 120.25 -
System Red Green Blue C M Y K H S L
Decimal 162 211 5 0.23 0 0.98 0.17 74.27 0.95 0.42
Hex A2 D3 5 17 0 62 11 4A 5F 2A
Octal 242 323 5 27 0 142 21 112 137 52
Binary 10100010 11010011 101 10111 0 1100010 10001 1001010 1011111 101010

Color Harmonies of #A2D305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D305

Black with #A2D305

Text Example


Text Example

White with #A2D305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D305; }

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

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

background-color css

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

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

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

border-color css

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

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

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