Html Css Color HEX #9ABF8F Spring Rain

📋 copy color: '#9ABF8F'

red 154 ◦ green 191 ◦ blue 143

#9ABF8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #9ABF8F

Tints of Spring Rain #9ABF8F

RGB

 RED value IS 154 (60.55% from 255) = 31.56%

 GREEN value IS 191 (75% from 255) = 39.14%

 BLUE value IS 143 (56.25% from 255) = 29.3%

R = 31.56%
G = 39.14%
B = 29.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#9ABF8F (or 0x9ABF8F) is known color: Spring Rain. HEX triplet: 9A, BF and 8F. RGB value is (154,191,143). Sum of RGB (Red+Green+Blue) = 154+191+143=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABF8F is #654070. Grayscale: #AEAEAE. Windows color (decimal): -6635633 or 9420698. OLE color: 9420698.

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

Color convert

RGB 154 191 143 -
CMYK 0.19 0 0.25 0.25
HSL 106.25º 0.27% 0.65% -
HSV(B) 106.25º 0.25% 0.75% -
XYZ 36.92 46.11 32.94 -
YUV 174.47 110.24 113.4 -
System Red Green Blue C M Y K H S L
Decimal 154 191 143 0.19 0 0.25 0.25 106.25 0.27 0.65
Hex 9A BF 8F 13 0 19 19 6A 1B 41
Octal 232 277 217 23 0 31 31 152 33 101
Binary 10011010 10111111 10001111 10011 0 11001 11001 1101010 11011 1000001

Color Harmonies of #9ABF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF8F

Black with #9ABF8F

Text Example


Text Example

White with #9ABF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ABF8F;
 }
 .AnyTagClassName
 {
   color: #9ABF8F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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