Html Css Color HEX #9CCD6D Olivine

📋 copy color: '#9CCD6D'

red 156 ◦ green 205 ◦ blue 109

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

Shades of Olivine #9CCD6D

Tints of Olivine #9CCD6D

RGB

 RED value IS 156 (61.33% from 255) = 33.19%

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

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 33.19%
G = 43.62%
B = 23.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#9CCD6D (or 0x9CCD6D) is known color: Olivine. HEX triplet: 9C, CD and 6D. RGB value is (156,205,109). Sum of RGB (Red+Green+Blue) = 156+205+109=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCD6D is #633292. Grayscale: #B3B3B3. Windows color (decimal): -6501011 or 7196060. OLE color: 7196060.

HSL color Cylindrical-coordinate representation of color #9CCD6D: hue angle of 90.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CCD6D is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 205 109 -
CMYK 0.24 0 0.47 0.20
HSL 90.63º 0.49% 0.62% -
HSV(B) 90.63º 0.47% 0.8% -
XYZ 38.3 51.83 22.45 -
YUV 179.41 88.27 111.31 -
System Red Green Blue C M Y K H S L
Decimal 156 205 109 0.24 0 0.47 0.20 90.63 0.49 0.62
Hex 9C CD 6D 18 0 2F 14 5B 31 3E
Octal 234 315 155 30 0 57 24 133 61 76
Binary 10011100 11001101 1101101 11000 0 101111 10100 1011011 110001 111110

Color Harmonies of #9CCD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCD6D

Black with #9CCD6D

Text Example


Text Example

White with #9CCD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,205,109); }

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

background-color css

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

 a { background-color: rgb(156,205,109); }

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

border-color css

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

 span { border-color: rgb(156,205,109); }

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