#9cd019

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

Shades of Bahia #9CD019

Tints of Bahia #9CD019

Color information

#9CD019 (or 0x9CD019) is unknown color: approx Bahia. HEX triplet: 9C, D0 and 19. RGB value is (156,208,25). Sum of RGB (Red+Green+Blue) = 156+208+25=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CD019 is #632FE6. Grayscale: #ACACAC. Windows color (decimal): -6500327 or 1691804. OLE color: 1691804.

HSL color Cylindrical-coordinate representation of color #9CD019: hue angle of 77.05º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9CD019 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB15620825-
CMYK0.2500.880.18
HSL77.05º78.54%45.69%-
HSV(B)77.05º87.98%81.57%-
XYZ36.4452.259.08-
YUV171.5945.27116.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.10%
GREEN value IS 208 (81.64% from 255) = 53.47%
BLUE value IS 25 (10.16% from 255) = 6.43%
R=40.10%
G=53.47%
B=6.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal156208250.2500.880.1877.0578.5445.69
Hex9CD01919058124d4f2e
Octal234320313101302211511756
Binary10011100110100001100111001010110001001010011011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cd019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,208,25); }

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

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

 a { background-color: rgb(156,208,25); }

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

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

 span { border-color: rgb(156,208,25); }

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