Html Css Color HEX #9DC468 Olivine

📋 copy color: '#9DC468'

red 157 ◦ green 196 ◦ blue 104

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

Shades of Olivine #9DC468

Tints of Olivine #9DC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.89%

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

R = 34.35%
G = 42.89%
B = 22.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#9DC468 (or 0x9DC468) is known color: Olivine. HEX triplet: 9D, C4 and 68. RGB value is (157,196,104). Sum of RGB (Red+Green+Blue) = 157+196+104=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC468 is #623B97. Grayscale: #AEAEAE. Windows color (decimal): -6437784 or 6866077. OLE color: 6866077.

HSL color Cylindrical-coordinate representation of color #9DC468: hue angle of 85.43º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DC468 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 196 104 -
CMYK 0.20 0 0.47 0.23
HSL 85.43º 0.44% 0.59% -
HSV(B) 85.43º 0.47% 0.77% -
XYZ 36.14 47.65 20.39 -
YUV 173.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 157 196 104 0.20 0 0.47 0.23 85.43 0.44 0.59
Hex 9D C4 68 14 0 2F 17 55 2C 3B
Octal 235 304 150 24 0 57 27 125 54 73
Binary 10011101 11000100 1101000 10100 0 101111 10111 1010101 101100 111011

Color Harmonies of #9DC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC468

Black with #9DC468

Text Example


Text Example

White with #9DC468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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