#9AC11E

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

Shades of Bahia #9AC11E

Tints of Bahia #9AC11E

Color information

#9AC11E (or 0x9AC11E) is unknown color: approx Bahia. HEX triplet: 9A, C1 and 1E. RGB value is (154,193,30). Sum of RGB (Red+Green+Blue) = 154+193+30=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC11E is #653EE1. Grayscale: #A3A3A3. Windows color (decimal): -6635234 or 2015642. OLE color: 2015642.

HSL color Cylindrical-coordinate representation of color #9AC11E: hue angle of 74.36º 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 #9AC11E is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB15419330-
CMYK0.2000.840.24
HSL74.36º73.09%43.73%-
HSV(B)74.36º84.46%75.69%-
XYZ32.6345.18.21-
YUV162.7653.08121.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.85%
GREEN value IS 193 (75.78% from 255) = 51.19%
BLUE value IS 30 (12.11% from 255) = 7.96%
R=40.85%
G=51.19%
B=7.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154193300.2000.840.2474.3673.0943.73
Hex9AC11E14054184a492c
Octal232301362401243011211154
Binary10011010110000011111010100010101001100010010101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC11E; }

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

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

<style>
 a { background-color: #9AC11E; }

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

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

<style>
 span { border-color: #9AC11E; }

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

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