Html Css Color HEX #A5D702 Inch Worm

📋 copy color: '#A5D702'

red 165 ◦ green 215 ◦ blue 2

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

Shades of Inch Worm #A5D702

Tints of Inch Worm #A5D702

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.28%

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

R = 43.19%
G = 56.28%
B = 0.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#A5D702 (or 0xA5D702) is known color: Inch Worm. HEX triplet: A5, D7 and 02. RGB value is (165,215,2). Sum of RGB (Red+Green+Blue) = 165+215+2=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D702 is #5A28FD. Grayscale: #B0B0B0. Windows color (decimal): -5908734 or 186277. OLE color: 186277.

HSL color Cylindrical-coordinate representation of color #A5D702: hue angle of 74.08º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5D702 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 215 2 -
CMYK 0.23 0 0.99 0.16
HSL 74.08º 0.98% 0.43% -
HSV(B) 74.08º 0.99% 0.84% -
XYZ 39.83 56.6 8.88 -
YUV 175.77 29.94 120.32 -
System Red Green Blue C M Y K H S L
Decimal 165 215 2 0.23 0 0.99 0.16 74.08 0.98 0.43
Hex A5 D7 2 17 0 63 10 4A 62 2B
Octal 245 327 2 27 0 143 20 112 142 53
Binary 10100101 11010111 10 10111 0 1100011 10000 1001010 1100010 101011

Color Harmonies of #A5D702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D702

Black with #A5D702

Text Example


Text Example

White with #A5D702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D702; }

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

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

background-color css

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

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

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

border-color css

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

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

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