Html Css Color HEX #A4D60B Inch Worm

📋 copy color: '#A4D60B'

red 164 ◦ green 214 ◦ blue 11

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

Shades of Inch Worm #A4D60B

Tints of Inch Worm #A4D60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.83%

R = 42.16%
G = 55.01%
B = 2.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#A4D60B (or 0xA4D60B) is known color: Inch Worm. HEX triplet: A4, D6 and 0B. RGB value is (164,214,11). Sum of RGB (Red+Green+Blue) = 164+214+11=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D60B is #5B29F4. Grayscale: #B0B0B0. Windows color (decimal): -5974517 or 775844. OLE color: 775844.

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

Color convert

RGB 164 214 11 -
CMYK 0.23 0 0.95 0.16
HSL 74.78º 0.9% 0.44% -
HSV(B) 74.78º 0.95% 0.84% -
XYZ 39.42 56.01 9.05 -
YUV 175.91 34.94 119.51 -
System Red Green Blue C M Y K H S L
Decimal 164 214 11 0.23 0 0.95 0.16 74.78 0.9 0.44
Hex A4 D6 B 17 0 5F 10 4B 5A 2C
Octal 244 326 13 27 0 137 20 113 132 54
Binary 10100100 11010110 1011 10111 0 1011111 10000 1001011 1011010 101100

Color Harmonies of #A4D60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D60B

Black with #A4D60B

Text Example


Text Example

White with #A4D60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D60B; }

 p { color: rgb(164,214,11); }

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

background-color css

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

 a { background-color: rgb(164,214,11); }

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

border-color css

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

 span { border-color: rgb(164,214,11); }

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