Html Css Color HEX #A5D61E Inch Worm

📋 copy color: '#A5D61E'

red 165 ◦ green 214 ◦ blue 30

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

Shades of Inch Worm #A5D61E

Tints of Inch Worm #A5D61E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.32%

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

R = 40.34%
G = 52.32%
B = 7.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#A5D61E (or 0xA5D61E) is known color: Inch Worm. HEX triplet: A5, D6 and 1E. RGB value is (165,214,30). Sum of RGB (Red+Green+Blue) = 165+214+30=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D61E is #5A29E1. Grayscale: #B3B3B3. Windows color (decimal): -5908962 or 2021029. OLE color: 2021029.

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

Color convert

RGB 165 214 30 -
CMYK 0.23 0 0.86 0.16
HSL 75.98º 0.75% 0.48% -
HSV(B) 75.98º 0.86% 0.84% -
XYZ 39.8 56.19 9.98 -
YUV 178.37 44.27 118.46 -
System Red Green Blue C M Y K H S L
Decimal 165 214 30 0.23 0 0.86 0.16 75.98 0.75 0.48
Hex A5 D6 1E 17 0 56 10 4C 4B 30
Octal 245 326 36 27 0 126 20 114 113 60
Binary 10100101 11010110 11110 10111 0 1010110 10000 1001100 1001011 110000

Color Harmonies of #A5D61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D61E

Black with #A5D61E

Text Example


Text Example

White with #A5D61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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