Html Css Color HEX #9DC618 Bahia

📋 copy color: '#9DC618'

red 157 ◦ green 198 ◦ blue 24

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

Shades of Bahia #9DC618

Tints of Bahia #9DC618

RGB

 RED value IS 157 (61.72% from 255) = 41.42%

 GREEN value IS 198 (77.73% from 255) = 52.24%

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

R = 41.42%
G = 52.24%
B = 6.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#9DC618 (or 0x9DC618) is known color: Bahia. HEX triplet: 9D, C6 and 18. RGB value is (157,198,24). Sum of RGB (Red+Green+Blue) = 157+198+24=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC618 is #6239E7. Grayscale: #A6A6A6. Windows color (decimal): -6437352 or 1623709. OLE color: 1623709.

HSL color Cylindrical-coordinate representation of color #9DC618: hue angle of 74.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DC618 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 198 24 -
CMYK 0.21 0 0.88 0.22
HSL 74.14º 0.78% 0.44% -
HSV(B) 74.14º 0.88% 0.78% -
XYZ 34.26 47.62 8.25 -
YUV 165.91 47.92 121.65 -
System Red Green Blue C M Y K H S L
Decimal 157 198 24 0.21 0 0.88 0.22 74.14 0.78 0.44
Hex 9D C6 18 15 0 58 16 4A 4E 2C
Octal 235 306 30 25 0 130 26 112 116 54
Binary 10011101 11000110 11000 10101 0 1011000 10110 1001010 1001110 101100

Color Harmonies of #9DC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC618

Black with #9DC618

Text Example


Text Example

White with #9DC618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,198,24); }

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

background-color css

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

 a { background-color: rgb(157,198,24); }

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

border-color css

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

 span { border-color: rgb(157,198,24); }

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