Html Css Color HEX #A5E003 Inch Worm

📋 copy color: '#A5E003'

red 165 ◦ green 224 ◦ blue 3

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

Shades of Inch Worm #A5E003

Tints of Inch Worm #A5E003

RGB

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

 GREEN value IS 224 (87.89% from 255) = 57.14%

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 42.09%
G = 57.14%
B = 0.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#A5E003 (or 0xA5E003) is known color: Inch Worm. HEX triplet: A5, E0 and 03. RGB value is (165,224,3). Sum of RGB (Red+Green+Blue) = 165+224+3=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 224 (87.89% from 255 or 57.14% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E003 is #5A1FFC. Grayscale: #B5B5B5. Windows color (decimal): -5906429 or 254117. OLE color: 254117.

HSL color Cylindrical-coordinate representation of color #A5E003: hue angle of 76.02º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5E003 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 3 -
CMYK 0.26 0 0.99 0.12
HSL 76.02º 0.97% 0.45% -
HSV(B) 76.02º 0.99% 0.88% -
XYZ 42.19 61.32 9.7 -
YUV 181.17 27.45 116.47 -
System Red Green Blue C M Y K H S L
Decimal 165 224 3 0.26 0 0.99 0.12 76.02 0.97 0.45
Hex A5 E0 3 1A 0 63 C 4C 61 2D
Octal 245 340 3 32 0 143 14 114 141 55
Binary 10100101 11100000 11 11010 0 1100011 1100 1001100 1100001 101101

Color Harmonies of #A5E003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E003

Black with #A5E003

Text Example


Text Example

White with #A5E003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E003; }

 p { color: rgb(165,224,3); }

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

background-color css

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

 a { background-color: rgb(165,224,3); }

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

border-color css

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

 span { border-color: rgb(165,224,3); }

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