Html Css Color HEX #AFCE8D Feijoa

📋 copy color: '#AFCE8D'

red 175 ◦ green 206 ◦ blue 141

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

Shades of Feijoa #AFCE8D

Tints of Feijoa #AFCE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.01%

R = 33.52%
G = 39.46%
B = 27.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#AFCE8D (or 0xAFCE8D) is known color: Feijoa. HEX triplet: AF, CE and 8D. RGB value is (175,206,141). Sum of RGB (Red+Green+Blue) = 175+206+141=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCE8D is #503172. Grayscale: #BDBDBD. Windows color (decimal): -5255539 or 9293487. OLE color: 9293487.

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

Color convert

RGB 175 206 141 -
CMYK 0.15 0 0.32 0.19
HSL 88.62º 0.4% 0.68% -
HSV(B) 88.62º 0.32% 0.81% -
XYZ 44.56 55.18 33.5 -
YUV 189.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 175 206 141 0.15 0 0.32 0.19 88.62 0.4 0.68
Hex AF CE 8D F 0 20 13 59 28 44
Octal 257 316 215 17 0 40 23 131 50 104
Binary 10101111 11001110 10001101 1111 0 100000 10011 1011001 101000 1000100

Color Harmonies of #AFCE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE8D

Black with #AFCE8D

Text Example


Text Example

White with #AFCE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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