Html Css Color HEX #A5D302 Inch Worm

📋 copy color: '#A5D302'

red 165 ◦ green 211 ◦ blue 2

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

Shades of Inch Worm #A5D302

Tints of Inch Worm #A5D302

RGB

 RED value IS 165 (64.84% from 255) = 43.65%

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 43.65%
G = 55.82%
B = 0.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#A5D302 (or 0xA5D302) is known color: Inch Worm. HEX triplet: A5, D3 and 02. RGB value is (165,211,2). Sum of RGB (Red+Green+Blue) = 165+211+2=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D302 is #5A2CFD. Grayscale: #AEAEAE. Windows color (decimal): -5909758 or 185253. OLE color: 185253.

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

Color convert

RGB 165 211 2 -
CMYK 0.22 0 0.99 0.17
HSL 73.21º 0.98% 0.42% -
HSV(B) 73.21º 0.99% 0.83% -
XYZ 38.82 54.59 8.55 -
YUV 173.42 31.26 121.99 -
System Red Green Blue C M Y K H S L
Decimal 165 211 2 0.22 0 0.99 0.17 73.21 0.98 0.42
Hex A5 D3 2 16 0 63 11 49 62 2A
Octal 245 323 2 26 0 143 21 111 142 52
Binary 10100101 11010011 10 10110 0 1100011 10001 1001001 1100010 101010

Color Harmonies of #A5D302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D302

Black with #A5D302

Text Example


Text Example

White with #A5D302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D302; }

 p { color: rgb(165,211,2); }

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

background-color css

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

 a { background-color: rgb(165,211,2); }

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

border-color css

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

 span { border-color: rgb(165,211,2); }

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