#9FCA13

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

Shades of Bahia #9FCA13

Tints of Bahia #9FCA13

Color information

#9FCA13 (or 0x9FCA13) is unknown color: approx Bahia. HEX triplet: 9F, CA and 13. RGB value is (159,202,19). Sum of RGB (Red+Green+Blue) = 159+202+19=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCA13 is #6035EC. Grayscale: #A8A8A8. Windows color (decimal): -6305261 or 1297055. OLE color: 1297055.

HSL color Cylindrical-coordinate representation of color #9FCA13: hue angle of 74.1º 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 #9FCA13 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB15920219-
CMYK0.2100.910.21
HSL74.1º82.81%43.33%-
HSV(B)74.1º90.59%79.22%-
XYZ35.5449.668.33-
YUV168.2843.75121.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.84%
GREEN value IS 202 (79.30% from 255) = 53.16%
BLUE value IS 19 (7.81% from 255) = 5%
R=41.84%
G=53.16%
B=5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159202190.2100.910.2174.182.8143.33
Hex9FCA131505B154a532b
Octal237312232501332511212353
Binary10011111110010101001110101010110111010110010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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