Html Css Color HEX #A5D514 Inch Worm

📋 copy color: '#A5D514'

red 165 ◦ green 213 ◦ blue 20

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

Shades of Inch Worm #A5D514

Tints of Inch Worm #A5D514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.52%

 BLUE value IS 20 (8.2% from 255) = 5.03%

R = 41.46%
G = 53.52%
B = 5.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#A5D514 (or 0xA5D514) is known color: Inch Worm. HEX triplet: A5, D5 and 14. RGB value is (165,213,20). Sum of RGB (Red+Green+Blue) = 165+213+20=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D514 is #5A2AEB. Grayscale: #B1B1B1. Windows color (decimal): -5909228 or 1365413. OLE color: 1365413.

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

Color convert

RGB 165 213 20 -
CMYK 0.23 0 0.91 0.16
HSL 74.92º 0.83% 0.46% -
HSV(B) 74.92º 0.91% 0.84% -
XYZ 39.44 55.64 9.32 -
YUV 176.65 39.6 119.69 -
System Red Green Blue C M Y K H S L
Decimal 165 213 20 0.23 0 0.91 0.16 74.92 0.83 0.46
Hex A5 D5 14 17 0 5B 10 4B 53 2E
Octal 245 325 24 27 0 133 20 113 123 56
Binary 10100101 11010101 10100 10111 0 1011011 10000 1001011 1010011 101110

Color Harmonies of #A5D514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D514

Black with #A5D514

Text Example


Text Example

White with #A5D514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D514; }

 p { color: rgb(165,213,20); }

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

background-color css

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

 a { background-color: rgb(165,213,20); }

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

border-color css

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

 span { border-color: rgb(165,213,20); }

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