Html Css Color HEX #AFE08D Feijoa

📋 copy color: '#AFE08D'

red 175 ◦ green 224 ◦ blue 141

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

Shades of Feijoa #AFE08D

Tints of Feijoa #AFE08D

RGB

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

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

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

R = 32.41%
G = 41.48%
B = 26.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#AFE08D (or 0xAFE08D) is known color: Feijoa. HEX triplet: AF, E0 and 8D. RGB value is (175,224,141). Sum of RGB (Red+Green+Blue) = 175+224+141=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE08D is #501F72. Grayscale: #C8C8C8. Windows color (decimal): -5250931 or 9298095. OLE color: 9298095.

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

Color convert

RGB 175 224 141 -
CMYK 0.22 0 0.37 0.12
HSL 95.42º 0.57% 0.72% -
HSV(B) 95.42º 0.37% 0.88% -
XYZ 49.14 64.35 35.03 -
YUV 199.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 175 224 141 0.22 0 0.37 0.12 95.42 0.57 0.72
Hex AF E0 8D 16 0 25 C 5F 39 48
Octal 257 340 215 26 0 45 14 137 71 110
Binary 10101111 11100000 10001101 10110 0 100101 1100 1011111 111001 1001000

Color Harmonies of #AFE08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE08D

Black with #AFE08D

Text Example


Text Example

White with #AFE08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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