Html Css Color HEX #AFB78E Green Spring

📋 copy color: '#AFB78E'

red 175 ◦ green 183 ◦ blue 142

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

Shades of Green Spring #AFB78E

Tints of Green Spring #AFB78E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.6%

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 35%
G = 36.6%
B = 28.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#AFB78E (or 0xAFB78E) is known color: Green Spring. HEX triplet: AF, B7 and 8E. RGB value is (175,183,142). Sum of RGB (Red+Green+Blue) = 175+183+142=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB78E is #504871. Grayscale: #B0B0B0. Windows color (decimal): -5261426 or 9353135. OLE color: 9353135.

HSL color Cylindrical-coordinate representation of color #AFB78E: hue angle of 71.71º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB78E is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 142 -
CMYK 0.04 0 0.22 0.28
HSL 71.71º 0.22% 0.64% -
HSV(B) 71.71º 0.22% 0.72% -
XYZ 39.5 44.93 32.18 -
YUV 175.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 175 183 142 0.04 0 0.22 0.28 71.71 0.22 0.64
Hex AF B7 8E 4 0 16 1C 48 16 40
Octal 257 267 216 4 0 26 34 110 26 100
Binary 10101111 10110111 10001110 100 0 10110 11100 1001000 10110 1000000

Color Harmonies of #AFB78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB78E

Black with #AFB78E

Text Example


Text Example

White with #AFB78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB78E; }

 p { color: rgb(175,183,142); }

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

background-color css

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

 a { background-color: rgb(175,183,142); }

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

border-color css

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

 span { border-color: rgb(175,183,142); }

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