Html Css Color HEX #AFB78F Green Spring

📋 copy color: '#AFB78F'

red 175 ◦ green 183 ◦ blue 143

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

Shades of Green Spring #AFB78F

Tints of Green Spring #AFB78F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 34.93%
G = 36.53%
B = 28.54%

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

#AFB78F (or 0xAFB78F) is known color: Green Spring. HEX triplet: AF, B7 and 8F. RGB value is (175,183,143). Sum of RGB (Red+Green+Blue) = 175+183+143=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB78F is #504870. Grayscale: #B0B0B0. Windows color (decimal): -5261425 or 9418671. OLE color: 9418671.

HSL color Cylindrical-coordinate representation of color #AFB78F: hue angle of 72º 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 #AFB78F is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 143 -
CMYK 0.04 0 0.22 0.28
HSL 72º 0.22% 0.64% -
HSV(B) 72º 0.22% 0.72% -
XYZ 39.57 44.96 32.58 -
YUV 176.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 175 183 143 0.04 0 0.22 0.28 72 0.22 0.64
Hex AF B7 8F 4 0 16 1C 48 16 40
Octal 257 267 217 4 0 26 34 110 26 100
Binary 10101111 10110111 10001111 100 0 10110 11100 1001000 10110 1000000

Color Harmonies of #AFB78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB78F

Black with #AFB78F

Text Example


Text Example

White with #AFB78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB78F; }

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

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

background-color css

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

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

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

border-color css

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

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

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