Html Css Color HEX #AFE48D Feijoa

📋 copy color: '#AFE48D'

red 175 ◦ green 228 ◦ blue 141

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

Shades of Feijoa #AFE48D

Tints of Feijoa #AFE48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.92%

R = 32.17%
G = 41.91%
B = 25.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#AFE48D (or 0xAFE48D) is known color: Feijoa. HEX triplet: AF, E4 and 8D. RGB value is (175,228,141). Sum of RGB (Red+Green+Blue) = 175+228+141=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE48D is #501B72. Grayscale: #CACACA. Windows color (decimal): -5249907 or 9299119. OLE color: 9299119.

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

Color convert

RGB 175 228 141 -
CMYK 0.23 0 0.38 0.11
HSL 96.55º 0.62% 0.72% -
HSV(B) 96.55º 0.38% 0.89% -
XYZ 50.23 66.52 35.39 -
YUV 202.24 93.44 108.57 -
System Red Green Blue C M Y K H S L
Decimal 175 228 141 0.23 0 0.38 0.11 96.55 0.62 0.72
Hex AF E4 8D 17 0 26 B 61 3E 48
Octal 257 344 215 27 0 46 13 141 76 110
Binary 10101111 11100100 10001101 10111 0 100110 1011 1100001 111110 1001000

Color Harmonies of #AFE48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE48D

Black with #AFE48D

Text Example


Text Example

White with #AFE48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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