Html Css Color HEX #AFDA8D Feijoa

📋 copy color: '#AFDA8D'

red 175 ◦ green 218 ◦ blue 141

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

Shades of Feijoa #AFDA8D

Tints of Feijoa #AFDA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

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

R = 32.77%
G = 40.82%
B = 26.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#AFDA8D (or 0xAFDA8D) is known color: Feijoa. HEX triplet: AF, DA and 8D. RGB value is (175,218,141). Sum of RGB (Red+Green+Blue) = 175+218+141=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA8D is #502572. Grayscale: #C4C4C4. Windows color (decimal): -5252467 or 9296559. OLE color: 9296559.

HSL color Cylindrical-coordinate representation of color #AFDA8D: hue angle of 93.51º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFDA8D is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 141 -
CMYK 0.20 0 0.35 0.15
HSL 93.51º 0.51% 0.7% -
HSV(B) 93.51º 0.35% 0.85% -
XYZ 47.56 61.18 34.5 -
YUV 196.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 175 218 141 0.20 0 0.35 0.15 93.51 0.51 0.7
Hex AF DA 8D 14 0 23 F 5E 33 46
Octal 257 332 215 24 0 43 17 136 63 106
Binary 10101111 11011010 10001101 10100 0 100011 1111 1011110 110011 1000110

Color Harmonies of #AFDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA8D

Black with #AFDA8D

Text Example


Text Example

White with #AFDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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