Html Css Color HEX #9DD062 Olivine

📋 copy color: '#9DD062'

red 157 ◦ green 208 ◦ blue 98

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

Shades of Olivine #9DD062

Tints of Olivine #9DD062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.17%

R = 33.91%
G = 44.92%
B = 21.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#9DD062 (or 0x9DD062) is known color: Olivine. HEX triplet: 9D, D0 and 62. RGB value is (157,208,98). Sum of RGB (Red+Green+Blue) = 157+208+98=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD062 is #622F9D. Grayscale: #B4B4B4. Windows color (decimal): -6434718 or 6475933. OLE color: 6475933.

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

Color convert

RGB 157 208 98 -
CMYK 0.25 0 0.53 0.18
HSL 87.82º 0.54% 0.6% -
HSV(B) 87.82º 0.53% 0.82% -
XYZ 38.67 53.16 19.78 -
YUV 180.21 81.6 111.44 -
System Red Green Blue C M Y K H S L
Decimal 157 208 98 0.25 0 0.53 0.18 87.82 0.54 0.6
Hex 9D D0 62 19 0 35 12 58 36 3C
Octal 235 320 142 31 0 65 22 130 66 74
Binary 10011101 11010000 1100010 11001 0 110101 10010 1011000 110110 111100

Color Harmonies of #9DD062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD062

Black with #9DD062

Text Example


Text Example

White with #9DD062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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