Html Css Color HEX #AFDE8D Feijoa

📋 copy color: '#AFDE8D'

red 175 ◦ green 222 ◦ blue 141

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

Shades of Feijoa #AFDE8D

Tints of Feijoa #AFDE8D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.26%

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

R = 32.53%
G = 41.26%
B = 26.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#AFDE8D (or 0xAFDE8D) is known color: Feijoa. HEX triplet: AF, DE and 8D. RGB value is (175,222,141). Sum of RGB (Red+Green+Blue) = 175+222+141=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE8D is #502172. Grayscale: #C6C6C6. Windows color (decimal): -5251443 or 9297583. OLE color: 9297583.

HSL color Cylindrical-coordinate representation of color #AFDE8D: hue angle of 94.81º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFDE8D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 141 -
CMYK 0.21 0 0.36 0.13
HSL 94.81º 0.55% 0.71% -
HSV(B) 94.81º 0.36% 0.87% -
XYZ 48.61 63.28 34.85 -
YUV 198.71 95.43 111.09 -
System Red Green Blue C M Y K H S L
Decimal 175 222 141 0.21 0 0.36 0.13 94.81 0.55 0.71
Hex AF DE 8D 15 0 24 D 5F 37 47
Octal 257 336 215 25 0 44 15 137 67 107
Binary 10101111 11011110 10001101 10101 0 100100 1101 1011111 110111 1000111

Color Harmonies of #AFDE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE8D

Black with #AFDE8D

Text Example


Text Example

White with #AFDE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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