Html Css Color HEX #A5DE1E Inch Worm

📋 copy color: '#A5DE1E'

red 165 ◦ green 222 ◦ blue 30

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

Shades of Inch Worm #A5DE1E

Tints of Inch Worm #A5DE1E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.24%

 BLUE value IS 30 (12.11% from 255) = 7.19%

R = 39.57%
G = 53.24%
B = 7.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#A5DE1E (or 0xA5DE1E) is known color: Inch Worm. HEX triplet: A5, DE and 1E. RGB value is (165,222,30). Sum of RGB (Red+Green+Blue) = 165+222+30=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DE1E is #5A21E1. Grayscale: #B7B7B7. Windows color (decimal): -5906914 or 2023077. OLE color: 2023077.

HSL color Cylindrical-coordinate representation of color #A5DE1E: hue angle of 77.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5DE1E is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 222 30 -
CMYK 0.26 0 0.86 0.13
HSL 77.81º 0.76% 0.49% -
HSV(B) 77.81º 0.86% 0.87% -
XYZ 41.87 60.34 10.67 -
YUV 183.07 41.62 115.11 -
System Red Green Blue C M Y K H S L
Decimal 165 222 30 0.26 0 0.86 0.13 77.81 0.76 0.49
Hex A5 DE 1E 1A 0 56 D 4E 4C 31
Octal 245 336 36 32 0 126 15 116 114 61
Binary 10100101 11011110 11110 11010 0 1010110 1101 1001110 1001100 110001

Color Harmonies of #A5DE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DE1E

Black with #A5DE1E

Text Example


Text Example

White with #A5DE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DE1E; }

 p { color: rgb(165,222,30); }

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

background-color css

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

 a { background-color: rgb(165,222,30); }

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

border-color css

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

 span { border-color: rgb(165,222,30); }

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