Html Css Color HEX #9DD110 Bahia

📋 copy color: '#9DD110'

red 157 ◦ green 209 ◦ blue 16

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

Shades of Bahia #9DD110

Tints of Bahia #9DD110

RGB

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

 GREEN value IS 209 (82.03% from 255) = 54.71%

 BLUE value IS 16 (6.64% from 255) = 4.19%

R = 41.1%
G = 54.71%
B = 4.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#9DD110 (or 0x9DD110) is known color: Bahia. HEX triplet: 9D, D1 and 10. RGB value is (157,209,16). Sum of RGB (Red+Green+Blue) = 157+209+16=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 209 (82.03% from 255 or 54.71% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD110 is #622EEF. Grayscale: #ACACAC. Windows color (decimal): -6434544 or 1102237. OLE color: 1102237.

HSL color Cylindrical-coordinate representation of color #9DD110: hue angle of 76.17º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DD110 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 209 16 -
CMYK 0.25 0 0.92 0.18
HSL 76.17º 0.86% 0.44% -
HSV(B) 76.17º 0.92% 0.82% -
XYZ 36.8 52.81 8.74 -
YUV 171.45 40.27 117.69 -
System Red Green Blue C M Y K H S L
Decimal 157 209 16 0.25 0 0.92 0.18 76.17 0.86 0.44
Hex 9D D1 10 19 0 5C 12 4C 56 2C
Octal 235 321 20 31 0 134 22 114 126 54
Binary 10011101 11010001 10000 11001 0 1011100 10010 1001100 1010110 101100

Color Harmonies of #9DD110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD110

Black with #9DD110

Text Example


Text Example

White with #9DD110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,209,16); }

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

background-color css

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

 a { background-color: rgb(157,209,16); }

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

border-color css

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

 span { border-color: rgb(157,209,16); }

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