Html Css Color HEX #9DCC63 Olivine

📋 copy color: '#9DCC63'

red 157 ◦ green 204 ◦ blue 99

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

Shades of Olivine #9DCC63

Tints of Olivine #9DCC63

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.35%

 BLUE value IS 99 (39.06% from 255) = 21.52%

R = 34.13%
G = 44.35%
B = 21.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#9DCC63 (or 0x9DCC63) is known color: Olivine. HEX triplet: 9D, CC and 63. RGB value is (157,204,99). Sum of RGB (Red+Green+Blue) = 157+204+99=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCC63 is #62339C. Grayscale: #B2B2B2. Windows color (decimal): -6435741 or 6540445. OLE color: 6540445.

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

Color convert

RGB 157 204 99 -
CMYK 0.23 0 0.51 0.2
HSL 86.86º 0.51% 0.59% -
HSV(B) 86.86º 0.51% 0.8% -
XYZ 37.75 51.25 19.71 -
YUV 177.98 83.43 113.04 -
System Red Green Blue C M Y K H S L
Decimal 157 204 99 0.23 0 0.51 0.2 86.86 0.51 0.59
Hex 9D CC 63 17 0 33 14 57 33 3B
Octal 235 314 143 27 0 63 24 127 63 73
Binary 10011101 11001100 1100011 10111 0 110011 10100 1010111 110011 111011

Color Harmonies of #9DCC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCC63

Black with #9DCC63

Text Example


Text Example

White with #9DCC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,204,99); }

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

background-color css

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

 a { background-color: rgb(157,204,99); }

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

border-color css

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

 span { border-color: rgb(157,204,99); }

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