Html Css Color HEX #9DD16B Olivine

📋 copy color: '#9DD16B'

red 157 ◦ green 209 ◦ blue 107

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

Shades of Olivine #9DD16B

Tints of Olivine #9DD16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.62%

R = 33.19%
G = 44.19%
B = 22.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#9DD16B (or 0x9DD16B) is known color: Olivine. HEX triplet: 9D, D1 and 6B. RGB value is (157,209,107). Sum of RGB (Red+Green+Blue) = 157+209+107=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD16B is #622E94. Grayscale: #B6B6B6. Windows color (decimal): -6434453 or 7066013. OLE color: 7066013.

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

Color convert

RGB 157 209 107 -
CMYK 0.25 0 0.49 0.18
HSL 90.59º 0.53% 0.62% -
HSV(B) 90.59º 0.49% 0.82% -
XYZ 39.36 53.83 22.23 -
YUV 181.82 85.77 110.29 -
System Red Green Blue C M Y K H S L
Decimal 157 209 107 0.25 0 0.49 0.18 90.59 0.53 0.62
Hex 9D D1 6B 19 0 31 12 5B 35 3E
Octal 235 321 153 31 0 61 22 133 65 76
Binary 10011101 11010001 1101011 11001 0 110001 10010 1011011 110101 111110

Color Harmonies of #9DD16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD16B

Black with #9DD16B

Text Example


Text Example

White with #9DD16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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