Html Css Color HEX #9DCC16 Bahia

📋 copy color: '#9DCC16'

red 157 ◦ green 204 ◦ blue 22

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

Shades of Bahia #9DCC16

Tints of Bahia #9DCC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.26%

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

R = 40.99%
G = 53.26%
B = 5.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#9DCC16 (or 0x9DCC16) is known color: Bahia. HEX triplet: 9D, CC and 16. RGB value is (157,204,22). Sum of RGB (Red+Green+Blue) = 157+204+22=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCC16 is #6233E9. Grayscale: #A9A9A9. Windows color (decimal): -6435818 or 1494173. OLE color: 1494173.

HSL color Cylindrical-coordinate representation of color #9DCC16: hue angle of 75.49º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DCC16 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 204 22 -
CMYK 0.23 0 0.89 0.2
HSL 75.49º 0.81% 0.44% -
HSV(B) 75.49º 0.89% 0.8% -
XYZ 35.64 50.41 8.61 -
YUV 169.2 44.93 119.3 -
System Red Green Blue C M Y K H S L
Decimal 157 204 22 0.23 0 0.89 0.2 75.49 0.81 0.44
Hex 9D CC 16 17 0 59 14 4B 51 2C
Octal 235 314 26 27 0 131 24 113 121 54
Binary 10011101 11001100 10110 10111 0 1011001 10100 1001011 1010001 101100

Color Harmonies of #9DCC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCC16

Black with #9DCC16

Text Example


Text Example

White with #9DCC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,204,22); }

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

background-color css

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

 a { background-color: rgb(157,204,22); }

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

border-color css

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

 span { border-color: rgb(157,204,22); }

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