Html Css Color HEX #94C11E Bahia

📋 copy color: '#94C11E'

red 148 ◦ green 193 ◦ blue 30

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

Shades of Bahia #94C11E

Tints of Bahia #94C11E

RGB

 RED value IS 148 (58.2% 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 value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#94C11E (or 0x94C11E) is known color: 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

RGB 148 193 30 -
CMYK 0.23 0 0.84 0.24
HSL 76.56º 0.73% 0.44% -
HSV(B) 76.56º 0.84% 0.76% -
XYZ 31.52 44.53 8.16 -
YUV 160.96 54.09 118.75 -
System Red Green Blue C M Y K H S L
Decimal 148 193 30 0.23 0 0.84 0.24 76.56 0.73 0.44
Hex 94 C1 1E 17 0 54 18 4D 49 2C
Octal 224 301 36 27 0 124 30 115 111 54
Binary 10010100 11000001 11110 10111 0 1010100 11000 1001101 1001001 101100

Color Harmonies of #94C11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C11E

Black with #94C11E

Text Example


Text Example

White with #94C11E

Text Example


Text Example

HTML Codes & Css Web 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>