Html Css Color HEX #AFE88D Feijoa

📋 copy color: '#AFE88D'

red 175 ◦ green 232 ◦ blue 141

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

Shades of Feijoa #AFE88D

Tints of Feijoa #AFE88D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.34%

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

R = 31.93%
G = 42.34%
B = 25.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#AFE88D (or 0xAFE88D) is known color: Feijoa. HEX triplet: AF, E8 and 8D. RGB value is (175,232,141). Sum of RGB (Red+Green+Blue) = 175+232+141=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE88D is #501772. Grayscale: #CCCCCC. Windows color (decimal): -5248883 or 9300143. OLE color: 9300143.

HSL color Cylindrical-coordinate representation of color #AFE88D: hue angle of 97.58º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE88D is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 141 -
CMYK 0.25 0 0.39 0.09
HSL 97.58º 0.66% 0.73% -
HSV(B) 97.58º 0.39% 0.91% -
XYZ 51.34 68.75 35.76 -
YUV 204.58 92.12 106.9 -
System Red Green Blue C M Y K H S L
Decimal 175 232 141 0.25 0 0.39 0.09 97.58 0.66 0.73
Hex AF E8 8D 19 0 27 9 62 42 49
Octal 257 350 215 31 0 47 11 142 102 111
Binary 10101111 11101000 10001101 11001 0 100111 1001 1100010 1000010 1001001

Color Harmonies of #AFE88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE88D

Black with #AFE88D

Text Example


Text Example

White with #AFE88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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