Html Css Color HEX #AFE088 Feijoa

📋 copy color: '#AFE088'

red 175 ◦ green 224 ◦ blue 136

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

Shades of Feijoa #AFE088

Tints of Feijoa #AFE088

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.87%

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

R = 32.71%
G = 41.87%
B = 25.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#AFE088 (or 0xAFE088) is known color: Feijoa. HEX triplet: AF, E0 and 88. RGB value is (175,224,136). Sum of RGB (Red+Green+Blue) = 175+224+136=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE088 is #501F77. Grayscale: #C7C7C7. Windows color (decimal): -5250936 or 8970415. OLE color: 8970415.

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

Color convert

RGB 175 224 136 -
CMYK 0.22 0 0.39 0.12
HSL 93.41º 0.59% 0.71% -
HSV(B) 93.41º 0.39% 0.88% -
XYZ 48.78 64.2 33.11 -
YUV 199.32 92.27 110.66 -
System Red Green Blue C M Y K H S L
Decimal 175 224 136 0.22 0 0.39 0.12 93.41 0.59 0.71
Hex AF E0 88 16 0 27 C 5D 3B 47
Octal 257 340 210 26 0 47 14 135 73 107
Binary 10101111 11100000 10001000 10110 0 100111 1100 1011101 111011 1000111

Color Harmonies of #AFE088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE088

Black with #AFE088

Text Example


Text Example

White with #AFE088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE088; }

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

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

background-color css

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

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

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

border-color css

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

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

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