Html Css Color HEX #9DCD62 Olivine

📋 copy color: '#9DCD62'

red 157 ◦ green 205 ◦ blue 98

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

Shades of Olivine #9DCD62

Tints of Olivine #9DCD62

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.57%

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

R = 34.13%
G = 44.57%
B = 21.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#9DCD62 (or 0x9DCD62) is known color: Olivine. HEX triplet: 9D, CD and 62. RGB value is (157,205,98). Sum of RGB (Red+Green+Blue) = 157+205+98=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD62 is #62329D. Grayscale: #B2B2B2. Windows color (decimal): -6435486 or 6475165. OLE color: 6475165.

HSL color Cylindrical-coordinate representation of color #9DCD62: hue angle of 86.92º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DCD62 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 98 -
CMYK 0.23 0 0.52 0.20
HSL 86.92º 0.52% 0.59% -
HSV(B) 86.92º 0.52% 0.8% -
XYZ 37.94 51.71 19.54 -
YUV 178.45 82.6 112.7 -
System Red Green Blue C M Y K H S L
Decimal 157 205 98 0.23 0 0.52 0.20 86.92 0.52 0.59
Hex 9D CD 62 17 0 34 14 57 34 3B
Octal 235 315 142 27 0 64 24 127 64 73
Binary 10011101 11001101 1100010 10111 0 110100 10100 1010111 110100 111011

Color Harmonies of #9DCD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD62

Black with #9DCD62

Text Example


Text Example

White with #9DCD62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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