Html Css Color HEX #9DAE81 Olivine

📋 copy color: '#9DAE81'

red 157 ◦ green 174 ◦ blue 129

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

Shades of Olivine #9DAE81

Tints of Olivine #9DAE81

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.83%

 BLUE value IS 129 (50.78% from 255) = 28.04%

R = 34.13%
G = 37.83%
B = 28.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#9DAE81 (or 0x9DAE81) is known color: Olivine. HEX triplet: 9D, AE and 81. RGB value is (157,174,129). Sum of RGB (Red+Green+Blue) = 157+174+129=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE81 is #62517E. Grayscale: #A3A3A3. Windows color (decimal): -6443391 or 8498845. OLE color: 8498845.

HSL color Cylindrical-coordinate representation of color #9DAE81: hue angle of 82.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DAE81 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 174 129 -
CMYK 0.10 0 0.26 0.32
HSL 82.67º 0.22% 0.59% -
HSV(B) 82.67º 0.26% 0.68% -
XYZ 33 39.03 26.56 -
YUV 163.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 157 174 129 0.10 0 0.26 0.32 82.67 0.22 0.59
Hex 9D AE 81 A 0 1A 20 53 16 3B
Octal 235 256 201 12 0 32 40 123 26 73
Binary 10011101 10101110 10000001 1010 0 11010 100000 1010011 10110 111011

Color Harmonies of #9DAE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE81

Black with #9DAE81

Text Example


Text Example

White with #9DAE81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,174,129); }

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

background-color css

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

 a { background-color: rgb(157,174,129); }

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

border-color css

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

 span { border-color: rgb(157,174,129); }

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