Html Css Color HEX #9ECD6B Olivine

📋 copy color: '#9ECD6B'

red 158 ◦ green 205 ◦ blue 107

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

Shades of Olivine #9ECD6B

Tints of Olivine #9ECD6B

RGB

 RED value IS 158 (62.11% from 255) = 33.62%

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

 BLUE value IS 107 (42.19% from 255) = 22.77%

R = 33.62%
G = 43.62%
B = 22.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#9ECD6B (or 0x9ECD6B) is known color: Olivine. HEX triplet: 9E, CD and 6B. RGB value is (158,205,107). Sum of RGB (Red+Green+Blue) = 158+205+107=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD6B is #613294. Grayscale: #B4B4B4. Windows color (decimal): -6369941 or 7064990. OLE color: 7064990.

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

Color convert

RGB 158 205 107 -
CMYK 0.23 0 0.48 0.20
HSL 88.78º 0.49% 0.61% -
HSV(B) 88.78º 0.48% 0.8% -
XYZ 38.59 51.99 21.91 -
YUV 179.78 86.93 112.47 -
System Red Green Blue C M Y K H S L
Decimal 158 205 107 0.23 0 0.48 0.20 88.78 0.49 0.61
Hex 9E CD 6B 17 0 30 14 59 31 3D
Octal 236 315 153 27 0 60 24 131 61 75
Binary 10011110 11001101 1101011 10111 0 110000 10100 1011001 110001 111101

Color Harmonies of #9ECD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECD6B

Black with #9ECD6B

Text Example


Text Example

White with #9ECD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,205,107); }

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

background-color css

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

 a { background-color: rgb(158,205,107); }

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

border-color css

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

 span { border-color: rgb(158,205,107); }

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