Html Css Color HEX #9DC414 Bahia

📋 copy color: '#9DC414'

red 157 ◦ green 196 ◦ blue 20

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

Shades of Bahia #9DC414

Tints of Bahia #9DC414

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.55%

 BLUE value IS 20 (8.2% from 255) = 5.36%

R = 42.09%
G = 52.55%
B = 5.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#9DC414 (or 0x9DC414) is known color: Bahia. HEX triplet: 9D, C4 and 14. RGB value is (157,196,20). Sum of RGB (Red+Green+Blue) = 157+196+20=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC414 is #623BEB. Grayscale: #A4A4A4. Windows color (decimal): -6437868 or 1361053. OLE color: 1361053.

HSL color Cylindrical-coordinate representation of color #9DC414: hue angle of 73.3º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DC414 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 196 20 -
CMYK 0.20 0 0.90 0.23
HSL 73.3º 0.81% 0.42% -
HSV(B) 73.3º 0.9% 0.77% -
XYZ 33.77 46.7 7.9 -
YUV 164.28 46.58 122.81 -
System Red Green Blue C M Y K H S L
Decimal 157 196 20 0.20 0 0.90 0.23 73.3 0.81 0.42
Hex 9D C4 14 14 0 5A 17 49 51 2A
Octal 235 304 24 24 0 132 27 111 121 52
Binary 10011101 11000100 10100 10100 0 1011010 10111 1001001 1010001 101010

Color Harmonies of #9DC414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC414

Black with #9DC414

Text Example


Text Example

White with #9DC414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,196,20); }

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

background-color css

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

 a { background-color: rgb(157,196,20); }

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

border-color css

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

 span { border-color: rgb(157,196,20); }

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