#9ABF94

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

Shades of Spring Rain #9ABF94

Tints of Spring Rain #9ABF94

Color information

#9ABF94 (or 0x9ABF94) is unknown color: approx Spring Rain. HEX triplet: 9A, BF and 94. RGB value is (154,191,148). Sum of RGB (Red+Green+Blue) = 154+191+148=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABF94 is #65406B. Grayscale: #AFAFAF. Windows color (decimal): -6635628 or 9748378. OLE color: 9748378.

HSL color Cylindrical-coordinate representation of color #9ABF94: hue angle of 111.63º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ABF94 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB154191148-
CMYK0.1900.230.25
HSL111.63º25.15%66.47%-
HSV(B)111.63º22.51%74.9%-
XYZ37.346.2734.98-
YUV175.03112.74113-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=31.24%
G=38.74%
B=30.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541911480.1900.230.25111.6325.1566.47
Hex9ABF941301719701942
Octal232277224230273116031102
Binary10011010101111111001010010011010111110011110000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,191,148); }

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

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

 a { background-color: rgb(154,191,148); }

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

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

 span { border-color: rgb(154,191,148); }

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