Html Css Color HEX #9CD118 Bahia

📋 copy color: '#9CD118'

red 156 ◦ green 209 ◦ blue 24

#9CD118
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #9CD118

Tints of Bahia #9CD118

RGB

 RED value IS 156 (61.33% from 255) = 40.1%

 GREEN value IS 209 (82.03% from 255) = 53.73%

 BLUE value IS 24 (9.77% from 255) = 6.17%

R = 40.1%
G = 53.73%
B = 6.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#9CD118 (or 0x9CD118) is known color: Bahia. HEX triplet: 9C, D1 and 18. RGB value is (156,209,24). Sum of RGB (Red+Green+Blue) = 156+209+24=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CD118 is #632EE7. Grayscale: #ACACAC. Windows color (decimal): -6500072 or 1626524. OLE color: 1626524.

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

Color convert

RGB 156 209 24 -
CMYK 0.25 0 0.89 0.18
HSL 77.19º 0.79% 0.46% -
HSV(B) 77.19º 0.89% 0.82% -
XYZ 36.68 52.73 9.11 -
YUV 172.06 44.44 116.54 -
System Red Green Blue C M Y K H S L
Decimal 156 209 24 0.25 0 0.89 0.18 77.19 0.79 0.46
Hex 9C D1 18 19 0 59 12 4D 4F 2E
Octal 234 321 30 31 0 131 22 115 117 56
Binary 10011100 11010001 11000 11001 0 1011001 10010 1001101 1001111 101110

Color Harmonies of #9CD118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD118

Black with #9CD118

Text Example


Text Example

White with #9CD118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,209,24); }

 H1.HeaderClassName
 {
   color: #9CD118;
 }
 .AnyTagClassName
 {
   color: #9CD118;
 }
</style>

background-color css

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

 a { background-color: rgb(156,209,24); }

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

border-color css

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

 span { border-color: rgb(156,209,24); }

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