Html Css Color HEX #AFE88E Feijoa

📋 copy color: '#AFE88E'

red 175 ◦ green 232 ◦ blue 142

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

Shades of Feijoa #AFE88E

Tints of Feijoa #AFE88E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.87%

R = 31.88%
G = 42.26%
B = 25.87%

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

#AFE88E (or 0xAFE88E) is known color: Feijoa. HEX triplet: AF, E8 and 8E. RGB value is (175,232,142). Sum of RGB (Red+Green+Blue) = 175+232+142=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE88E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE88E is #501771. Grayscale: #CDCDCD. Windows color (decimal): -5248882 or 9365679. OLE color: 9365679.

HSL color Cylindrical-coordinate representation of color #AFE88E: hue angle of 98º 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 #AFE88E is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 142 -
CMYK 0.25 0 0.39 0.09
HSL 98º 0.66% 0.73% -
HSV(B) 98º 0.39% 0.91% -
XYZ 51.42 68.78 36.16 -
YUV 204.7 92.62 106.82 -
System Red Green Blue C M Y K H S L
Decimal 175 232 142 0.25 0 0.39 0.09 98 0.66 0.73
Hex AF E8 8E 19 0 27 9 62 42 49
Octal 257 350 216 31 0 47 11 142 102 111
Binary 10101111 11101000 10001110 11001 0 100111 1001 1100010 1000010 1001001

Color Harmonies of #AFE88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE88E

Black with #AFE88E

Text Example


Text Example

White with #AFE88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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