#94C11E

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

Shades of Bahia #94C11E

Tints of Bahia #94C11E

Color information

#94C11E (or 0x94C11E) is unknown color: approx Bahia. HEX triplet: 94, C1 and 1E. RGB value is (148,193,30). Sum of RGB (Red+Green+Blue) = 148+193+30=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #94C11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C11E is #6B3EE1. Grayscale: #A1A1A1. Windows color (decimal): -7028450 or 2015636. OLE color: 2015636.

HSL color Cylindrical-coordinate representation of color #94C11E: hue angle of 76.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94C11E is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB14819330-
CMYK0.2300.840.24
HSL76.56º73.09%43.73%-
HSV(B)76.56º84.46%75.69%-
XYZ31.5244.538.16-
YUV160.9654.09118.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 193 (75.78% from 255) = 52.02%
BLUE value IS 30 (12.11% from 255) = 8.09%
R=39.89%
G=52.02%
B=8.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148193300.2300.840.2476.5673.0943.73
Hex94C11E17054184d492c
Octal224301362701243011511154
Binary10010100110000011111010111010101001100010011011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,30); }

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

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

 a { background-color: rgb(148,193,30); }

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

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

 span { border-color: rgb(148,193,30); }

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