Html Css Color HEX #9DD060 Olivine

📋 copy color: '#9DD060'

red 157 ◦ green 208 ◦ blue 96

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

Shades of Olivine #9DD060

Tints of Olivine #9DD060

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 34.06%
G = 45.12%
B = 20.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#9DD060 (or 0x9DD060) is known color: Olivine. HEX triplet: 9D, D0 and 60. RGB value is (157,208,96). Sum of RGB (Red+Green+Blue) = 157+208+96=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD060 is #622F9F. Grayscale: #B4B4B4. Windows color (decimal): -6434720 or 6344861. OLE color: 6344861.

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

Color convert

RGB 157 208 96 -
CMYK 0.25 0 0.54 0.18
HSL 87.32º 0.54% 0.6% -
HSV(B) 87.32º 0.54% 0.82% -
XYZ 38.57 53.12 19.29 -
YUV 179.98 80.6 111.61 -
System Red Green Blue C M Y K H S L
Decimal 157 208 96 0.25 0 0.54 0.18 87.32 0.54 0.6
Hex 9D D0 60 19 0 36 12 57 36 3C
Octal 235 320 140 31 0 66 22 127 66 74
Binary 10011101 11010000 1100000 11001 0 110110 10010 1010111 110110 111100

Color Harmonies of #9DD060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD060

Black with #9DD060

Text Example


Text Example

White with #9DD060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,208,96); }

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

background-color css

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

 a { background-color: rgb(157,208,96); }

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

border-color css

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

 span { border-color: rgb(157,208,96); }

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