Html Css Color HEX #A5E302 Inch Worm

📋 copy color: '#A5E302'

red 165 ◦ green 227 ◦ blue 2

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

Shades of Inch Worm #A5E302

Tints of Inch Worm #A5E302

RGB

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

 GREEN value IS 227 (89.06% from 255) = 57.61%

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

R = 41.88%
G = 57.61%
B = 0.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#A5E302 (or 0xA5E302) is known color: Inch Worm. HEX triplet: A5, E3 and 02. RGB value is (165,227,2). Sum of RGB (Red+Green+Blue) = 165+227+2=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 227 (89.06% from 255 or 57.61% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E302 is #5A1CFD. Grayscale: #B7B7B7. Windows color (decimal): -5905662 or 189349. OLE color: 189349.

HSL color Cylindrical-coordinate representation of color #A5E302: hue angle of 76.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5E302 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 2 -
CMYK 0.27 0 0.99 0.11
HSL 76.53º 0.98% 0.45% -
HSV(B) 76.53º 0.99% 0.89% -
XYZ 43 62.94 9.94 -
YUV 182.81 25.96 115.3 -
System Red Green Blue C M Y K H S L
Decimal 165 227 2 0.27 0 0.99 0.11 76.53 0.98 0.45
Hex A5 E3 2 1B 0 63 B 4D 62 2D
Octal 245 343 2 33 0 143 13 115 142 55
Binary 10100101 11100011 10 11011 0 1100011 1011 1001101 1100010 101101

Color Harmonies of #A5E302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E302

Black with #A5E302

Text Example


Text Example

White with #A5E302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E302; }

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

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

background-color css

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

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

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

border-color css

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

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

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