Html Css Color HEX #A4D50D Inch Worm

📋 copy color: '#A4D50D'

red 164 ◦ green 213 ◦ blue 13

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

Shades of Inch Worm #A4D50D

Tints of Inch Worm #A4D50D

RGB

 RED value IS 164 (64.45% from 255) = 42.05%

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

 BLUE value IS 13 (5.47% from 255) = 3.33%

R = 42.05%
G = 54.62%
B = 3.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#A4D50D (or 0xA4D50D) is known color: Inch Worm. HEX triplet: A4, D5 and 0D. RGB value is (164,213,13). Sum of RGB (Red+Green+Blue) = 164+213+13=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D50D is #5B2AF2. Grayscale: #B0B0B0. Windows color (decimal): -5974771 or 906660. OLE color: 906660.

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

Color convert

RGB 164 213 13 -
CMYK 0.23 0 0.94 0.16
HSL 74.7º 0.88% 0.44% -
HSV(B) 74.7º 0.94% 0.84% -
XYZ 39.18 55.51 9.03 -
YUV 175.55 36.27 119.76 -
System Red Green Blue C M Y K H S L
Decimal 164 213 13 0.23 0 0.94 0.16 74.7 0.88 0.44
Hex A4 D5 D 17 0 5E 10 4B 58 2C
Octal 244 325 15 27 0 136 20 113 130 54
Binary 10100100 11010101 1101 10111 0 1011110 10000 1001011 1011000 101100

Color Harmonies of #A4D50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D50D

Black with #A4D50D

Text Example


Text Example

White with #A4D50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D50D; }

 p { color: rgb(164,213,13); }

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

background-color css

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

 a { background-color: rgb(164,213,13); }

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

border-color css

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

 span { border-color: rgb(164,213,13); }

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