Html Css Color HEX #9CC018 Bahia

📋 copy color: '#9CC018'

red 156 ◦ green 192 ◦ blue 24

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

Shades of Bahia #9CC018

Tints of Bahia #9CC018

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.61%

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

R = 41.94%
G = 51.61%
B = 6.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#9CC018 (or 0x9CC018) is known color: Bahia. HEX triplet: 9C, C0 and 18. RGB value is (156,192,24). Sum of RGB (Red+Green+Blue) = 156+192+24=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC018 is #633FE7. Grayscale: #A2A2A2. Windows color (decimal): -6504424 or 1622172. OLE color: 1622172.

HSL color Cylindrical-coordinate representation of color #9CC018: hue angle of 72.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9CC018 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 192 24 -
CMYK 0.19 0 0.88 0.25
HSL 72.86º 0.78% 0.42% -
HSV(B) 72.86º 0.88% 0.75% -
XYZ 32.72 44.83 7.79 -
YUV 162.08 50.07 123.66 -
System Red Green Blue C M Y K H S L
Decimal 156 192 24 0.19 0 0.88 0.25 72.86 0.78 0.42
Hex 9C C0 18 13 0 58 19 49 4E 2A
Octal 234 300 30 23 0 130 31 111 116 52
Binary 10011100 11000000 11000 10011 0 1011000 11001 1001001 1001110 101010

Color Harmonies of #9CC018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC018

Black with #9CC018

Text Example


Text Example

White with #9CC018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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