Html Css Color HEX #9CD116 Bahia

📋 copy color: '#9CD116'

red 156 ◦ green 209 ◦ blue 22

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

Shades of Bahia #9CD116

Tints of Bahia #9CD116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.68%

R = 40.31%
G = 54.01%
B = 5.68%

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

#9CD116 (or 0x9CD116) is known color: Bahia. HEX triplet: 9C, D1 and 16. RGB value is (156,209,22). Sum of RGB (Red+Green+Blue) = 156+209+22=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 209 (82.03% from 255 or 54.01% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CD116 is #632EE9. Grayscale: #ACACAC. Windows color (decimal): -6500074 or 1495452. OLE color: 1495452.

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

Color convert

RGB 156 209 22 -
CMYK 0.25 0 0.89 0.18
HSL 77.01º 0.81% 0.45% -
HSV(B) 77.01º 0.89% 0.82% -
XYZ 36.66 52.73 9 -
YUV 171.84 43.44 116.71 -
System Red Green Blue C M Y K H S L
Decimal 156 209 22 0.25 0 0.89 0.18 77.01 0.81 0.45
Hex 9C D1 16 19 0 59 12 4D 51 2D
Octal 234 321 26 31 0 131 22 115 121 55
Binary 10011100 11010001 10110 11001 0 1011001 10010 1001101 1010001 101101

Color Harmonies of #9CD116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD116

Black with #9CD116

Text Example


Text Example

White with #9CD116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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