Html Css Color HEX #94EA15 Inch Worm

📋 copy color: '#94EA15'

red 148 ◦ green 234 ◦ blue 21

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

Shades of Inch Worm #94EA15

Tints of Inch Worm #94EA15

RGB

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

 GREEN value IS 234 (91.8% from 255) = 58.06%

 BLUE value IS 21 (8.59% from 255) = 5.21%

R = 36.72%
G = 58.06%
B = 5.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#94EA15 (or 0x94EA15) is known color: Inch Worm. HEX triplet: 94, EA and 15. RGB value is (148,234,21). Sum of RGB (Red+Green+Blue) = 148+234+21=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 234 (91.80% from 255 or 58.06% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EA15 is #6B15EA. Grayscale: #B8B8B8. Windows color (decimal): -7017963 or 1436308. OLE color: 1436308.

HSL color Cylindrical-coordinate representation of color #94EA15: hue angle of 84.23º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94EA15 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 234 21 -
CMYK 0.37 0 0.91 0.08
HSL 84.23º 0.84% 0.5% -
HSV(B) 84.23º 0.91% 0.92% -
XYZ 41.77 65.2 11.09 -
YUV 184 36.01 102.32 -
System Red Green Blue C M Y K H S L
Decimal 148 234 21 0.37 0 0.91 0.08 84.23 0.84 0.5
Hex 94 EA 15 25 0 5B 8 54 54 32
Octal 224 352 25 45 0 133 10 124 124 62
Binary 10010100 11101010 10101 100101 0 1011011 1000 1010100 1010100 110010

Color Harmonies of #94EA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EA15

Black with #94EA15

Text Example


Text Example

White with #94EA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,234,21); }

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

background-color css

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

 a { background-color: rgb(148,234,21); }

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

border-color css

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

 span { border-color: rgb(148,234,21); }

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