Html Css Color HEX #AFBA9A Green Spring

📋 copy color: '#AFBA9A'

red 175 ◦ green 186 ◦ blue 154

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

Shades of Green Spring #AFBA9A

Tints of Green Spring #AFBA9A

RGB

 RED value IS 175 (68.75% from 255) = 33.98%

 GREEN value IS 186 (73.05% from 255) = 36.12%

 BLUE value IS 154 (60.55% from 255) = 29.9%

R = 33.98%
G = 36.12%
B = 29.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#AFBA9A (or 0xAFBA9A) is known color: Green Spring. HEX triplet: AF, BA and 9A. RGB value is (175,186,154). Sum of RGB (Red+Green+Blue) = 175+186+154=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA9A is #504565. Grayscale: #B3B3B3. Windows color (decimal): -5260646 or 10140335. OLE color: 10140335.

HSL color Cylindrical-coordinate representation of color #AFBA9A: hue angle of 80.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFBA9A is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 154 -
CMYK 0.06 0 0.17 0.27
HSL 80.63º 0.19% 0.67% -
HSV(B) 80.63º 0.17% 0.73% -
XYZ 41.07 46.56 37.4 -
YUV 179.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 175 186 154 0.06 0 0.17 0.27 80.63 0.19 0.67
Hex AF BA 9A 6 0 11 1B 51 13 43
Octal 257 272 232 6 0 21 33 121 23 103
Binary 10101111 10111010 10011010 110 0 10001 11011 1010001 10011 1000011

Color Harmonies of #AFBA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA9A

Black with #AFBA9A

Text Example


Text Example

White with #AFBA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA9A; }

 p { color: rgb(175,186,154); }

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

background-color css

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

 a { background-color: rgb(175,186,154); }

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

border-color css

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

 span { border-color: rgb(175,186,154); }

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