#9ABF24

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

Shades of Bahia #9ABF24

Tints of Bahia #9ABF24

Color information

#9ABF24 (or 0x9ABF24) is unknown color: approx Bahia. HEX triplet: 9A, BF and 24. RGB value is (154,191,36). Sum of RGB (Red+Green+Blue) = 154+191+36=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABF24 is #6540DB. Grayscale: #A2A2A2. Windows color (decimal): -6635740 or 2408346. OLE color: 2408346.

HSL color Cylindrical-coordinate representation of color #9ABF24: hue angle of 74.32º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9ABF24 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB15419136-
CMYK0.1900.810.25
HSL74.32º68.28%44.51%-
HSV(B)74.32º81.15%74.9%-
XYZ32.2844.268.51-
YUV162.2756.74122.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.42%
GREEN value IS 191 (75% from 255) = 50.13%
BLUE value IS 36 (14.45% from 255) = 9.45%
R=40.42%
G=50.13%
B=9.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154191360.1900.810.2574.3268.2844.51
Hex9ABF2413051194a442d
Octal232277442301213111210455
Binary100110101011111110010010011010100011100110010101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,191,36); }

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

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

 a { background-color: rgb(154,191,36); }

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

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

 span { border-color: rgb(154,191,36); }

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