#94E000

Color #94E000 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #94E000

Tints of Spring Bud #94E000

Color information

#94E000 (or 0x94E000) is unknown color: approx Spring Bud. HEX triplet: 94, E0 and 00. RGB value is (148,224,0). Sum of RGB (Red+Green+Blue) = 148+224+0=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 224 (87.89% from 255 or 60.22% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 224 - color contains mainly: green. Hex color #94E000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E000 is #6B1FFF. Grayscale: #B0B0B0. Windows color (decimal): -7020544 or 57492. OLE color: 57492.

HSL color Cylindrical-coordinate representation of color #94E000: hue angle of 80.36º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94E000 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB1482240-
CMYK0.34010.12
HSL80.36º100%43.92%-
HSV(B)80.36º100%87.84%-
XYZ38.8759.619.46-
YUV175.7428.82108.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 224 (87.89% from 255) = 60.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.78%
G=60.22%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal14822400.34010.1280.3610043.92
Hex94E0022064C50642c
Octal22434004201441412014454
Binary1001010011100000010001001100100110010100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,224,0); }

 H1.HeaderClassName
 {
   color: #94E000;
 }
 .AnyTagClassName
 {
   color: #94E000;
 }
</style>
background-color css

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

 a { background-color: rgb(148,224,0); }

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

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

 span { border-color: rgb(148,224,0); }

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