Html Css Color HEX #9AB68E Spring Rain

📋 copy color: '#9AB68E'

red 154 ◦ green 182 ◦ blue 142

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

Shades of Spring Rain #9AB68E

Tints of Spring Rain #9AB68E

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 value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#9AB68E (or 0x9AB68E) is known color: 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

RGB 154 182 142 -
CMYK 0.15 0 0.22 0.29
HSL 102º 0.22% 0.64% -
HSV(B) 102º 0.22% 0.71% -
XYZ 34.94 42.28 31.91 -
YUV 169.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 154 182 142 0.15 0 0.22 0.29 102 0.22 0.64
Hex 9A B6 8E F 0 16 1D 66 16 40
Octal 232 266 216 17 0 26 35 146 26 100
Binary 10011010 10110110 10001110 1111 0 10110 11101 1100110 10110 1000000

Color Harmonies of #9AB68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB68E

Black with #9AB68E

Text Example


Text Example

White with #9AB68E

Text Example


Text Example

HTML Codes & Css Web 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>