Html Css Color HEX #AFCE94 Sprout

📋 copy color: '#AFCE94'

red 175 ◦ green 206 ◦ blue 148

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

Shades of Sprout #AFCE94

Tints of Sprout #AFCE94

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.94%

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 33.08%
G = 38.94%
B = 27.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#AFCE94 (or 0xAFCE94) is known color: Sprout. HEX triplet: AF, CE and 94. RGB value is (175,206,148). Sum of RGB (Red+Green+Blue) = 175+206+148=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCE94 is #50316B. Grayscale: #BEBEBE. Windows color (decimal): -5255532 or 9752239. OLE color: 9752239.

HSL color Cylindrical-coordinate representation of color #AFCE94: hue angle of 92.07º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCE94 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 148 -
CMYK 0.15 0 0.28 0.19
HSL 92.07º 0.37% 0.69% -
HSV(B) 92.07º 0.28% 0.81% -
XYZ 45.1 55.39 36.33 -
YUV 190.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 175 206 148 0.15 0 0.28 0.19 92.07 0.37 0.69
Hex AF CE 94 F 0 1C 13 5C 25 45
Octal 257 316 224 17 0 34 23 134 45 105
Binary 10101111 11001110 10010100 1111 0 11100 10011 1011100 100101 1000101

Color Harmonies of #AFCE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE94

Black with #AFCE94

Text Example


Text Example

White with #AFCE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE94; }

 p { color: rgb(175,206,148); }

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

background-color css

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

 a { background-color: rgb(175,206,148); }

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

border-color css

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

 span { border-color: rgb(175,206,148); }

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