Html Css Color HEX #9DC268 Olivine

📋 copy color: '#9DC268'

red 157 ◦ green 194 ◦ blue 104

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

Shades of Olivine #9DC268

Tints of Olivine #9DC268

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.64%

 BLUE value IS 104 (41.02% from 255) = 22.86%

R = 34.51%
G = 42.64%
B = 22.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#9DC268 (or 0x9DC268) is known color: Olivine. HEX triplet: 9D, C2 and 68. RGB value is (157,194,104). Sum of RGB (Red+Green+Blue) = 157+194+104=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC268 is #623D97. Grayscale: #ADADAD. Windows color (decimal): -6438296 or 6865565. OLE color: 6865565.

HSL color Cylindrical-coordinate representation of color #9DC268: hue angle of 84.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DC268 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 194 104 -
CMYK 0.19 0 0.46 0.24
HSL 84.67º 0.42% 0.58% -
HSV(B) 84.67º 0.46% 0.76% -
XYZ 35.7 46.75 20.24 -
YUV 172.68 89.24 116.82 -
System Red Green Blue C M Y K H S L
Decimal 157 194 104 0.19 0 0.46 0.24 84.67 0.42 0.58
Hex 9D C2 68 13 0 2E 18 55 2A 3A
Octal 235 302 150 23 0 56 30 125 52 72
Binary 10011101 11000010 1101000 10011 0 101110 11000 1010101 101010 111010

Color Harmonies of #9DC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC268

Black with #9DC268

Text Example


Text Example

White with #9DC268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,194,104); }

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

background-color css

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

 a { background-color: rgb(157,194,104); }

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

border-color css

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

 span { border-color: rgb(157,194,104); }

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