#9AD568

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

Shades of Olivine #9AD568

Tints of Olivine #9AD568

Color information

#9AD568 (or 0x9AD568) is unknown color: approx Olivine. HEX triplet: 9A, D5 and 68. RGB value is (154,213,104). Sum of RGB (Red+Green+Blue) = 154+213+104=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD568 is #652A97. Grayscale: #B7B7B7. Windows color (decimal): -6630040 or 6870426. OLE color: 6870426.

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

Color convert

RGB154213104-
CMYK0.2800.510.16
HSL92.48º56.48%62.16%-
HSV(B)92.48º51.17%83.53%-
XYZ39.6255.4621.71-
YUV182.9383.45107.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=32.70%
G=45.22%
B=22.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542131040.2800.510.1692.4856.4862.16
Hex9AD5681C033105c383e
Octal23232515034063201347076
Binary10011010110101011101000111000110011100001011100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,213,104); }

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

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

 a { background-color: rgb(154,213,104); }

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

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

 span { border-color: rgb(154,213,104); }

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