#9DCD13

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

Shades of Bahia #9DCD13

Tints of Bahia #9DCD13

Color information

#9DCD13 (or 0x9DCD13) is unknown color: approx Bahia. HEX triplet: 9D, CD and 13. RGB value is (157,205,19). Sum of RGB (Red+Green+Blue) = 157+205+19=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCD13 is #6232EC. Grayscale: #AAAAAA. Windows color (decimal): -6435565 or 1297821. OLE color: 1297821.

HSL color Cylindrical-coordinate representation of color #9DCD13: hue angle of 75.48º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DCD13 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB15720519-
CMYK0.2300.910.20
HSL75.48º83.04%43.92%-
HSV(B)75.48º90.73%80.39%-
XYZ35.8550.888.55-
YUV169.4443.1119.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 205 (80.47% from 255) = 53.81%
BLUE value IS 19 (7.81% from 255) = 4.99%
R=41.21%
G=53.81%
B=4.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157205190.2300.910.2075.4883.0443.92
Hex9DCD131705B144b532c
Octal235315232701332411312354
Binary10011101110011011001110111010110111010010010111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,19); }

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

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

 a { background-color: rgb(157,205,19); }

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

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

 span { border-color: rgb(157,205,19); }

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