Html Css Color HEX #AFE388 Feijoa

📋 copy color: '#AFE388'

red 175 ◦ green 227 ◦ blue 136

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

Shades of Feijoa #AFE388

Tints of Feijoa #AFE388

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.19%

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

R = 32.53%
G = 42.19%
B = 25.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#AFE388 (or 0xAFE388) is known color: Feijoa. HEX triplet: AF, E3 and 88. RGB value is (175,227,136). Sum of RGB (Red+Green+Blue) = 175+227+136=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE388 is #501C77. Grayscale: #C9C9C9. Windows color (decimal): -5250168 or 8971183. OLE color: 8971183.

HSL color Cylindrical-coordinate representation of color #AFE388: hue angle of 94.29º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFE388 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 136 -
CMYK 0.23 0 0.40 0.11
HSL 94.29º 0.62% 0.71% -
HSV(B) 94.29º 0.4% 0.89% -
XYZ 49.59 65.83 33.39 -
YUV 201.08 91.27 109.4 -
System Red Green Blue C M Y K H S L
Decimal 175 227 136 0.23 0 0.40 0.11 94.29 0.62 0.71
Hex AF E3 88 17 0 28 B 5E 3E 47
Octal 257 343 210 27 0 50 13 136 76 107
Binary 10101111 11100011 10001000 10111 0 101000 1011 1011110 111110 1000111

Color Harmonies of #AFE388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE388

Black with #AFE388

Text Example


Text Example

White with #AFE388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE388; }

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

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

background-color css

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

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

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

border-color css

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

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

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