Html Css Color HEX #A4D40B Inch Worm

📋 copy color: '#A4D40B'

red 164 ◦ green 212 ◦ blue 11

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

Shades of Inch Worm #A4D40B

Tints of Inch Worm #A4D40B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.78%

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

R = 42.38%
G = 54.78%
B = 2.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#A4D40B (or 0xA4D40B) is known color: Inch Worm. HEX triplet: A4, D4 and 0B. RGB value is (164,212,11). Sum of RGB (Red+Green+Blue) = 164+212+11=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 212 (83.20% from 255 or 54.78% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D40B is #5B2BF4. Grayscale: #AFAFAF. Windows color (decimal): -5975029 or 775332. OLE color: 775332.

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

Color convert

RGB 164 212 11 -
CMYK 0.23 0 0.95 0.17
HSL 74.33º 0.9% 0.44% -
HSV(B) 74.33º 0.95% 0.83% -
XYZ 38.91 55 8.88 -
YUV 174.73 35.6 120.34 -
System Red Green Blue C M Y K H S L
Decimal 164 212 11 0.23 0 0.95 0.17 74.33 0.9 0.44
Hex A4 D4 B 17 0 5F 11 4A 5A 2C
Octal 244 324 13 27 0 137 21 112 132 54
Binary 10100100 11010100 1011 10111 0 1011111 10001 1001010 1011010 101100

Color Harmonies of #A4D40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D40B

Black with #A4D40B

Text Example


Text Example

White with #A4D40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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