Html Css Color HEX #AFE47C Feijoa

📋 copy color: '#AFE47C'

red 175 ◦ green 228 ◦ blue 124

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

Shades of Feijoa #AFE47C

Tints of Feijoa #AFE47C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.26%

 BLUE value IS 124 (48.83% from 255) = 23.53%

R = 33.21%
G = 43.26%
B = 23.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#AFE47C (or 0xAFE47C) is known color: Feijoa. HEX triplet: AF, E4 and 7C. RGB value is (175,228,124). Sum of RGB (Red+Green+Blue) = 175+228+124=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE47C is #501B83. Grayscale: #C8C8C8. Windows color (decimal): -5249924 or 8185007. OLE color: 8185007.

HSL color Cylindrical-coordinate representation of color #AFE47C: hue angle of 90.58º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFE47C is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 124 -
CMYK 0.23 0 0.46 0.11
HSL 90.58º 0.66% 0.69% -
HSV(B) 90.58º 0.46% 0.89% -
XYZ 49.06 66.06 29.23 -
YUV 200.3 84.94 109.96 -
System Red Green Blue C M Y K H S L
Decimal 175 228 124 0.23 0 0.46 0.11 90.58 0.66 0.69
Hex AF E4 7C 17 0 2E B 5B 42 45
Octal 257 344 174 27 0 56 13 133 102 105
Binary 10101111 11100100 1111100 10111 0 101110 1011 1011011 1000010 1000101

Color Harmonies of #AFE47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE47C

Black with #AFE47C

Text Example


Text Example

White with #AFE47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE47C; }

 p { color: rgb(175,228,124); }

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

background-color css

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

 a { background-color: rgb(175,228,124); }

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

border-color css

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

 span { border-color: rgb(175,228,124); }

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