#9DD469

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

Shades of Olivine #9DD469

Tints of Olivine #9DD469

Color information

#9DD469 (or 0x9DD469) is unknown color: approx Olivine. HEX triplet: 9D, D4 and 69. RGB value is (157,212,105). Sum of RGB (Red+Green+Blue) = 157+212+105=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD469 is #622B96. Grayscale: #B7B7B7. Windows color (decimal): -6433687 or 6935709. OLE color: 6935709.

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

Color convert

RGB157212105-
CMYK0.2600.500.17
HSL90.84º55.44%62.16%-
HSV(B)90.84º50.47%83.14%-
XYZ4055.2721.93-
YUV183.3683.78109.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 212 (83.20% from 255) = 44.73%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=33.12%
G=44.73%
B=22.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572121050.2600.500.1790.8455.4462.16
Hex9DD4691A032115b373e
Octal23532415132062211336776
Binary10011101110101001101001110100110010100011011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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