Html Css Color HEX #9ACB93 Spring Rain

📋 copy color: '#9ACB93'

red 154 ◦ green 203 ◦ blue 147

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

Shades of Spring Rain #9ACB93

Tints of Spring Rain #9ACB93

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.28%

 BLUE value IS 147 (57.81% from 255) = 29.17%

R = 30.56%
G = 40.28%
B = 29.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#9ACB93 (or 0x9ACB93) is known color: Spring Rain. HEX triplet: 9A, CB and 93. RGB value is (154,203,147). Sum of RGB (Red+Green+Blue) = 154+203+147=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACB93 is #65346C. Grayscale: #B6B6B6. Windows color (decimal): -6632557 or 9685914. OLE color: 9685914.

HSL color Cylindrical-coordinate representation of color #9ACB93: hue angle of 112.5º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ACB93 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 203 147 -
CMYK 0.24 0 0.28 0.20
HSL 112.5º 0.35% 0.69% -
HSV(B) 112.5º 0.28% 0.8% -
XYZ 39.95 51.69 35.48 -
YUV 181.97 108.27 108.05 -
System Red Green Blue C M Y K H S L
Decimal 154 203 147 0.24 0 0.28 0.20 112.5 0.35 0.69
Hex 9A CB 93 18 0 1C 14 70 23 45
Octal 232 313 223 30 0 34 24 160 43 105
Binary 10011010 11001011 10010011 11000 0 11100 10100 1110000 100011 1000101

Color Harmonies of #9ACB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACB93

Black with #9ACB93

Text Example


Text Example

White with #9ACB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,203,147); }

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

background-color css

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

 a { background-color: rgb(154,203,147); }

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

border-color css

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

 span { border-color: rgb(154,203,147); }

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