#9AB68E

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

Shades of Spring Rain #9AB68E

Tints of Spring Rain #9AB68E

Color information

#9AB68E (or 0x9AB68E) is unknown color: approx Spring Rain. HEX triplet: 9A, B6 and 8E. RGB value is (154,182,142). Sum of RGB (Red+Green+Blue) = 154+182+142=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB68E is #654971. Grayscale: #A9A9A9. Windows color (decimal): -6637938 or 9352858. OLE color: 9352858.

HSL color Cylindrical-coordinate representation of color #9AB68E: hue angle of 102º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AB68E is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB154182142-
CMYK0.1500.220.29
HSL102º21.51%63.53%-
HSV(B)102º21.98%71.37%-
XYZ34.9442.2831.91-
YUV169.07112.72117.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.22%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=32.22%
G=38.08%
B=29.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541821420.1500.220.2910221.5163.53
Hex9AB68EF0161D661640
Octal232266216170263514626100
Binary1001101010110110100011101111010110111011100110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,182,142); }

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

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

 a { background-color: rgb(154,182,142); }

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

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

 span { border-color: rgb(154,182,142); }

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