Html Css Color HEX #AFE88A Feijoa

📋 copy color: '#AFE88A'

red 175 ◦ green 232 ◦ blue 138

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

Shades of Feijoa #AFE88A

Tints of Feijoa #AFE88A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.32%

R = 32.11%
G = 42.57%
B = 25.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#AFE88A (or 0xAFE88A) is known color: Feijoa. HEX triplet: AF, E8 and 8A. RGB value is (175,232,138). Sum of RGB (Red+Green+Blue) = 175+232+138=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE88A is #501775. Grayscale: #CCCCCC. Windows color (decimal): -5248886 or 9103535. OLE color: 9103535.

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

Color convert

RGB 175 232 138 -
CMYK 0.25 0 0.41 0.09
HSL 96.38º 0.67% 0.73% -
HSV(B) 96.38º 0.41% 0.91% -
XYZ 51.12 68.66 34.6 -
YUV 204.24 90.62 107.14 -
System Red Green Blue C M Y K H S L
Decimal 175 232 138 0.25 0 0.41 0.09 96.38 0.67 0.73
Hex AF E8 8A 19 0 29 9 60 43 49
Octal 257 350 212 31 0 51 11 140 103 111
Binary 10101111 11101000 10001010 11001 0 101001 1001 1100000 1000011 1001001

Color Harmonies of #AFE88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE88A

Black with #AFE88A

Text Example


Text Example

White with #AFE88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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