Html Css Color HEX #A5E421 Inch Worm

📋 copy color: '#A5E421'

red 165 ◦ green 228 ◦ blue 33

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

Shades of Inch Worm #A5E421

Tints of Inch Worm #A5E421

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.52%

 BLUE value IS 33 (13.28% from 255) = 7.75%

R = 38.73%
G = 53.52%
B = 7.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#A5E421 (or 0xA5E421) is known color: Inch Worm. HEX triplet: A5, E4 and 21. RGB value is (165,228,33). Sum of RGB (Red+Green+Blue) = 165+228+33=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 228 (89.45% from 255 or 53.52% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E421 is #5A1BDE. Grayscale: #BBBBBB. Windows color (decimal): -5905375 or 2221221. OLE color: 2221221.

HSL color Cylindrical-coordinate representation of color #A5E421: hue angle of 79.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5E421 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 228 33 -
CMYK 0.28 0 0.86 0.11
HSL 79.38º 0.78% 0.51% -
HSV(B) 79.38º 0.86% 0.89% -
XYZ 43.53 63.6 11.42 -
YUV 186.93 41.13 112.36 -
System Red Green Blue C M Y K H S L
Decimal 165 228 33 0.28 0 0.86 0.11 79.38 0.78 0.51
Hex A5 E4 21 1C 0 56 B 4F 4E 33
Octal 245 344 41 34 0 126 13 117 116 63
Binary 10100101 11100100 100001 11100 0 1010110 1011 1001111 1001110 110011

Color Harmonies of #A5E421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E421

Black with #A5E421

Text Example


Text Example

White with #A5E421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E421; }

 p { color: rgb(165,228,33); }

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

background-color css

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

 a { background-color: rgb(165,228,33); }

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

border-color css

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

 span { border-color: rgb(165,228,33); }

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