Html Css Color HEX #9DC915 Bahia

📋 copy color: '#9DC915'

red 157 ◦ green 201 ◦ blue 21

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

Shades of Bahia #9DC915

Tints of Bahia #9DC915

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.03%

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 41.42%
G = 53.03%
B = 5.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#9DC915 (or 0x9DC915) is known color: Bahia. HEX triplet: 9D, C9 and 15. RGB value is (157,201,21). Sum of RGB (Red+Green+Blue) = 157+201+21=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC915 is #6236EA. Grayscale: #A8A8A8. Windows color (decimal): -6436587 or 1427869. OLE color: 1427869.

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

Color convert

RGB 157 201 21 -
CMYK 0.22 0 0.90 0.21
HSL 74.67º 0.81% 0.44% -
HSV(B) 74.67º 0.9% 0.79% -
XYZ 34.93 49 8.33 -
YUV 167.32 45.42 120.64 -
System Red Green Blue C M Y K H S L
Decimal 157 201 21 0.22 0 0.90 0.21 74.67 0.81 0.44
Hex 9D C9 15 16 0 5A 15 4B 51 2C
Octal 235 311 25 26 0 132 25 113 121 54
Binary 10011101 11001001 10101 10110 0 1011010 10101 1001011 1010001 101100

Color Harmonies of #9DC915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC915

Black with #9DC915

Text Example


Text Example

White with #9DC915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,201,21); }

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

background-color css

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

 a { background-color: rgb(157,201,21); }

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

border-color css

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

 span { border-color: rgb(157,201,21); }

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