Html Css Color HEX #9ABEA0 Summer Green

📋 copy color: '#9ABEA0'

red 154 ◦ green 190 ◦ blue 160

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

Shades of Summer Green #9ABEA0

Tints of Summer Green #9ABEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.7%

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 30.56%
G = 37.7%
B = 31.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#9ABEA0 (or 0x9ABEA0) is known color: Summer Green. HEX triplet: 9A, BE and A0. RGB value is (154,190,160). Sum of RGB (Red+Green+Blue) = 154+190+160=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABEA0 is #65415F. Grayscale: #AFAFAF. Windows color (decimal): -6635872 or 10534554. OLE color: 10534554.

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

Color convert

RGB 154 190 160 -
CMYK 0.19 0 0.16 0.25
HSL 130º 0.22% 0.67% -
HSV(B) 130º 0.19% 0.75% -
XYZ 38.09 46.24 40.17 -
YUV 175.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 154 190 160 0.19 0 0.16 0.25 130 0.22 0.67
Hex 9A BE A0 13 0 10 19 82 16 43
Octal 232 276 240 23 0 20 31 202 26 103
Binary 10011010 10111110 10100000 10011 0 10000 11001 10000010 10110 1000011

Color Harmonies of #9ABEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABEA0

Black with #9ABEA0

Text Example


Text Example

White with #9ABEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,190,160); }

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

background-color css

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

 a { background-color: rgb(154,190,160); }

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

border-color css

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

 span { border-color: rgb(154,190,160); }

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