Html Css Color HEX #94D613 Inch Worm

📋 copy color: '#94D613'

red 148 ◦ green 214 ◦ blue 19

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

Shades of Inch Worm #94D613

Tints of Inch Worm #94D613

RGB

 RED value IS 148 (58.2% from 255) = 38.85%

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

 BLUE value IS 19 (7.81% from 255) = 4.99%

R = 38.85%
G = 56.17%
B = 4.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#94D613 (or 0x94D613) is known color: Inch Worm. HEX triplet: 94, D6 and 13. RGB value is (148,214,19). Sum of RGB (Red+Green+Blue) = 148+214+19=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #94D613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D613 is #6B29EC. Grayscale: #ACACAC. Windows color (decimal): -7023085 or 1300116. OLE color: 1300116.

HSL color Cylindrical-coordinate representation of color #94D613: hue angle of 80.31º degrees, saturation: 0.84, 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 #94D613 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 214 19 -
CMYK 0.31 0 0.91 0.16
HSL 80.31º 0.84% 0.46% -
HSV(B) 80.31º 0.91% 0.84% -
XYZ 36.38 54.44 9.21 -
YUV 172.04 41.63 110.86 -
System Red Green Blue C M Y K H S L
Decimal 148 214 19 0.31 0 0.91 0.16 80.31 0.84 0.46
Hex 94 D6 13 1F 0 5B 10 50 54 2E
Octal 224 326 23 37 0 133 20 120 124 56
Binary 10010100 11010110 10011 11111 0 1011011 10000 1010000 1010100 101110

Color Harmonies of #94D613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D613

Black with #94D613

Text Example


Text Example

White with #94D613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94D613; }

 p { color: rgb(148,214,19); }

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

background-color css

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

 a { background-color: rgb(148,214,19); }

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

border-color css

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

 span { border-color: rgb(148,214,19); }

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