Html Css Color HEX #AFE188 Feijoa

📋 copy color: '#AFE188'

red 175 ◦ green 225 ◦ blue 136

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

Shades of Feijoa #AFE188

Tints of Feijoa #AFE188

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.98%

 BLUE value IS 136 (53.52% from 255) = 25.37%

R = 32.65%
G = 41.98%
B = 25.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#AFE188 (or 0xAFE188) is known color: Feijoa. HEX triplet: AF, E1 and 88. RGB value is (175,225,136). Sum of RGB (Red+Green+Blue) = 175+225+136=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE188 is #501E77. Grayscale: #C8C8C8. Windows color (decimal): -5250680 or 8970671. OLE color: 8970671.

HSL color Cylindrical-coordinate representation of color #AFE188: hue angle of 93.71º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFE188 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 136 -
CMYK 0.22 0 0.40 0.12
HSL 93.71º 0.6% 0.71% -
HSV(B) 93.71º 0.4% 0.88% -
XYZ 49.05 64.74 33.2 -
YUV 199.9 91.94 110.24 -
System Red Green Blue C M Y K H S L
Decimal 175 225 136 0.22 0 0.40 0.12 93.71 0.6 0.71
Hex AF E1 88 16 0 28 C 5E 3C 47
Octal 257 341 210 26 0 50 14 136 74 107
Binary 10101111 11100001 10001000 10110 0 101000 1100 1011110 111100 1000111

Color Harmonies of #AFE188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE188

Black with #AFE188

Text Example


Text Example

White with #AFE188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE188; }

 p { color: rgb(175,225,136); }

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

background-color css

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

 a { background-color: rgb(175,225,136); }

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

border-color css

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

 span { border-color: rgb(175,225,136); }

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