#9DD267

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

Shades of Olivine #9DD267

Tints of Olivine #9DD267

Color information

#9DD267 (or 0x9DD267) is unknown color: approx Olivine. HEX triplet: 9D, D2 and 67. RGB value is (157,210,103). Sum of RGB (Red+Green+Blue) = 157+210+103=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD267 is #622D98. Grayscale: #B6B6B6. Windows color (decimal): -6434201 or 6804125. OLE color: 6804125.

HSL color Cylindrical-coordinate representation of color #9DD267: hue angle of 89.72º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DD267 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB157210103-
CMYK0.2500.510.18
HSL89.72º54.31%61.37%-
HSV(B)89.72º50.95%82.35%-
XYZ39.454.2421.22-
YUV181.9683.44110.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 210 (82.42% from 255) = 44.68%
BLUE value IS 103 (40.62% from 255) = 21.91%
R=33.40%
G=44.68%
B=21.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572101030.2500.510.1889.7254.3161.37
Hex9DD26719033125a363d
Octal23532214731063221326675
Binary10011101110100101100111110010110011100101011010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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