Html Css Color HEX #AFEA8D Feijoa

📋 copy color: '#AFEA8D'

red 175 ◦ green 234 ◦ blue 141

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

Shades of Feijoa #AFEA8D

Tints of Feijoa #AFEA8D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.55%

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

R = 31.82%
G = 42.55%
B = 25.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#AFEA8D (or 0xAFEA8D) is known color: Feijoa. HEX triplet: AF, EA and 8D. RGB value is (175,234,141). Sum of RGB (Red+Green+Blue) = 175+234+141=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEA8D is #501572. Grayscale: #CECECE. Windows color (decimal): -5248371 or 9300655. OLE color: 9300655.

HSL color Cylindrical-coordinate representation of color #AFEA8D: hue angle of 98.06º degrees, saturation: 0.69, 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 #AFEA8D is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 141 -
CMYK 0.25 0 0.40 0.08
HSL 98.06º 0.69% 0.74% -
HSV(B) 98.06º 0.4% 0.92% -
XYZ 51.91 69.88 35.95 -
YUV 205.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 175 234 141 0.25 0 0.40 0.08 98.06 0.69 0.74
Hex AF EA 8D 19 0 28 8 62 45 4A
Octal 257 352 215 31 0 50 10 142 105 112
Binary 10101111 11101010 10001101 11001 0 101000 1000 1100010 1000101 1001010

Color Harmonies of #AFEA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA8D

Black with #AFEA8D

Text Example


Text Example

White with #AFEA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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