#9DD467

Color #9DD467 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9DD467

Tints of Olivine #9DD467

Color information

#9DD467 (or 0x9DD467) is unknown color: approx Olivine. HEX triplet: 9D, D4 and 67. RGB value is (157,212,103). Sum of RGB (Red+Green+Blue) = 157+212+103=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD467 is #622B98. Grayscale: #B7B7B7. Windows color (decimal): -6433689 or 6804637. OLE color: 6804637.

HSL color Cylindrical-coordinate representation of color #9DD467: hue angle of 90.28º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DD467 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB157212103-
CMYK0.2600.510.17
HSL90.28º55.9%61.76%-
HSV(B)90.28º51.42%83.14%-
XYZ39.955.2321.39-
YUV183.1382.78109.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.26%
GREEN value IS 212 (83.20% from 255) = 44.92%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=33.26%
G=44.92%
B=21.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572121030.2600.510.1790.2855.961.76
Hex9DD4671A033115a383e
Octal23532414732063211327076
Binary10011101110101001100111110100110011100011011010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,212,103); }

 H1.HeaderClassName
 {
   color: #9DD467;
 }
 .AnyTagClassName
 {
   color: #9DD467;
 }
</style>
background-color css

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

 a { background-color: rgb(157,212,103); }

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

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

 span { border-color: rgb(157,212,103); }

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