Html Css Color HEX #94E50A Inch Worm

📋 copy color: '#94E50A'

red 148 ◦ green 229 ◦ blue 10

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

Shades of Inch Worm #94E50A

Tints of Inch Worm #94E50A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 59.17%

 BLUE value IS 10 (4.3% from 255) = 2.58%

R = 38.24%
G = 59.17%
B = 2.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#94E50A (or 0x94E50A) is known color: Inch Worm. HEX triplet: 94, E5 and 0A. RGB value is (148,229,10). Sum of RGB (Red+Green+Blue) = 148+229+10=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 229 (89.84% from 255 or 59.17% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 229 - color contains mainly: green. Hex color #94E50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E50A is #6B1AF5. Grayscale: #B4B4B4. Windows color (decimal): -7019254 or 714132. OLE color: 714132.

HSL color Cylindrical-coordinate representation of color #94E50A: hue angle of 82.19º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94E50A is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 229 10 -
CMYK 0.35 0 0.96 0.10
HSL 82.19º 0.92% 0.47% -
HSV(B) 82.19º 0.96% 0.9% -
XYZ 40.29 62.36 10.2 -
YUV 179.82 32.16 105.31 -
System Red Green Blue C M Y K H S L
Decimal 148 229 10 0.35 0 0.96 0.10 82.19 0.92 0.47
Hex 94 E5 A 23 0 60 A 52 5C 2F
Octal 224 345 12 43 0 140 12 122 134 57
Binary 10010100 11100101 1010 100011 0 1100000 1010 1010010 1011100 101111

Color Harmonies of #94E50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E50A

Black with #94E50A

Text Example


Text Example

White with #94E50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,229,10); }

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

background-color css

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

 a { background-color: rgb(148,229,10); }

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

border-color css

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

 span { border-color: rgb(148,229,10); }

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