Html Css Color HEX #AFEB8D Feijoa

📋 copy color: '#AFEB8D'

red 175 ◦ green 235 ◦ blue 141

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

Shades of Feijoa #AFEB8D

Tints of Feijoa #AFEB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.65%

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

R = 31.76%
G = 42.65%
B = 25.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#AFEB8D (or 0xAFEB8D) is known color: Feijoa. HEX triplet: AF, EB and 8D. RGB value is (175,235,141). Sum of RGB (Red+Green+Blue) = 175+235+141=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB8D is #501472. Grayscale: #CECECE. Windows color (decimal): -5248115 or 9300911. OLE color: 9300911.

HSL color Cylindrical-coordinate representation of color #AFEB8D: hue angle of 98.3º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFEB8D is Cyan = 0.26, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 141 -
CMYK 0.26 0 0.4 0.08
HSL 98.3º 0.7% 0.74% -
HSV(B) 98.3º 0.4% 0.92% -
XYZ 52.2 70.45 36.05 -
YUV 206.34 91.12 105.64 -
System Red Green Blue C M Y K H S L
Decimal 175 235 141 0.26 0 0.4 0.08 98.3 0.7 0.74
Hex AF EB 8D 1A 0 28 8 62 46 4A
Octal 257 353 215 32 0 50 10 142 106 112
Binary 10101111 11101011 10001101 11010 0 101000 1000 1100010 1000110 1001010

Color Harmonies of #AFEB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB8D

Black with #AFEB8D

Text Example


Text Example

White with #AFEB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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