Html Css Color HEX #9DCA62 Olivine

📋 copy color: '#9DCA62'

red 157 ◦ green 202 ◦ blue 98

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

Shades of Olivine #9DCA62

Tints of Olivine #9DCA62

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.2%

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

R = 34.35%
G = 44.2%
B = 21.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#9DCA62 (or 0x9DCA62) is known color: Olivine. HEX triplet: 9D, CA and 62. RGB value is (157,202,98). Sum of RGB (Red+Green+Blue) = 157+202+98=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCA62 is #62359D. Grayscale: #B1B1B1. Windows color (decimal): -6436254 or 6474397. OLE color: 6474397.

HSL color Cylindrical-coordinate representation of color #9DCA62: hue angle of 85.96º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DCA62 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 202 98 -
CMYK 0.22 0 0.51 0.21
HSL 85.96º 0.5% 0.59% -
HSV(B) 85.96º 0.51% 0.79% -
XYZ 37.23 50.29 19.3 -
YUV 176.69 83.59 113.96 -
System Red Green Blue C M Y K H S L
Decimal 157 202 98 0.22 0 0.51 0.21 85.96 0.5 0.59
Hex 9D CA 62 16 0 33 15 56 32 3B
Octal 235 312 142 26 0 63 25 126 62 73
Binary 10011101 11001010 1100010 10110 0 110011 10101 1010110 110010 111011

Color Harmonies of #9DCA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCA62

Black with #9DCA62

Text Example


Text Example

White with #9DCA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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