Html Css Color HEX #AFCC91 Sprout

📋 copy color: '#AFCC91'

red 175 ◦ green 204 ◦ blue 145

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

Shades of Sprout #AFCC91

Tints of Sprout #AFCC91

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.93%

 BLUE value IS 145 (57.03% from 255) = 27.67%

R = 33.4%
G = 38.93%
B = 27.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#AFCC91 (or 0xAFCC91) is known color: Sprout. HEX triplet: AF, CC and 91. RGB value is (175,204,145). Sum of RGB (Red+Green+Blue) = 175+204+145=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC91 is #50336E. Grayscale: #BCBCBC. Windows color (decimal): -5256047 or 9555119. OLE color: 9555119.

HSL color Cylindrical-coordinate representation of color #AFCC91: hue angle of 89.49º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFCC91 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 145 -
CMYK 0.14 0 0.29 0.2
HSL 89.49º 0.37% 0.68% -
HSV(B) 89.49º 0.29% 0.8% -
XYZ 44.38 54.34 34.94 -
YUV 188.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 175 204 145 0.14 0 0.29 0.2 89.49 0.37 0.68
Hex AF CC 91 E 0 1D 14 59 25 44
Octal 257 314 221 16 0 35 24 131 45 104
Binary 10101111 11001100 10010001 1110 0 11101 10100 1011001 100101 1000100

Color Harmonies of #AFCC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC91

Black with #AFCC91

Text Example


Text Example

White with #AFCC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC91; }

 p { color: rgb(175,204,145); }

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

background-color css

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

 a { background-color: rgb(175,204,145); }

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

border-color css

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

 span { border-color: rgb(175,204,145); }

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