#9ACA13

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

Shades of Bahia #9ACA13

Tints of Bahia #9ACA13

Color information

#9ACA13 (or 0x9ACA13) is unknown color: approx Bahia. HEX triplet: 9A, CA and 13. RGB value is (154,202,19). Sum of RGB (Red+Green+Blue) = 154+202+19=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACA13 is #6535EC. Grayscale: #A7A7A7. Windows color (decimal): -6632941 or 1297050. OLE color: 1297050.

HSL color Cylindrical-coordinate representation of color #9ACA13: hue angle of 75.74º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ACA13 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB15420219-
CMYK0.2400.910.21
HSL75.74º82.81%43.33%-
HSV(B)75.74º90.59%79.22%-
XYZ34.5649.168.28-
YUV166.7944.6118.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 202 (79.30% from 255) = 53.87%
BLUE value IS 19 (7.81% from 255) = 5.07%
R=41.07%
G=53.87%
B=5.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154202190.2400.910.2175.7482.8143.33
Hex9ACA131805B154c532b
Octal232312233001332511412353
Binary10011010110010101001111000010110111010110011001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,19); }

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

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

 a { background-color: rgb(154,202,19); }

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

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

 span { border-color: rgb(154,202,19); }

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