Html Css Color HEX #A4D505 Inch Worm

📋 copy color: '#A4D505'

red 164 ◦ green 213 ◦ blue 5

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

Shades of Inch Worm #A4D505

Tints of Inch Worm #A4D505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 42.93%
G = 55.76%
B = 1.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#A4D505 (or 0xA4D505) is known color: Inch Worm. HEX triplet: A4, D5 and 05. RGB value is (164,213,5). Sum of RGB (Red+Green+Blue) = 164+213+5=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 213 (83.59% from 255 or 55.76% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D505 is #5B2AFA. Grayscale: #AFAFAF. Windows color (decimal): -5974779 or 382372. OLE color: 382372.

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

Color convert

RGB 164 213 5 -
CMYK 0.23 0 0.98 0.16
HSL 74.13º 0.95% 0.43% -
HSV(B) 74.13º 0.98% 0.84% -
XYZ 39.13 55.49 8.79 -
YUV 174.64 32.27 120.41 -
System Red Green Blue C M Y K H S L
Decimal 164 213 5 0.23 0 0.98 0.16 74.13 0.95 0.43
Hex A4 D5 5 17 0 62 10 4A 5F 2B
Octal 244 325 5 27 0 142 20 112 137 53
Binary 10100100 11010101 101 10111 0 1100010 10000 1001010 1011111 101011

Color Harmonies of #A4D505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D505

Black with #A4D505

Text Example


Text Example

White with #A4D505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D505; }

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

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

background-color css

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

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

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

border-color css

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

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

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