Html Css Color HEX #AFDF8A Feijoa

📋 copy color: '#AFDF8A'

red 175 ◦ green 223 ◦ blue 138

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

Shades of Feijoa #AFDF8A

Tints of Feijoa #AFDF8A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.6%

 BLUE value IS 138 (54.3% from 255) = 25.75%

R = 32.65%
G = 41.6%
B = 25.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#AFDF8A (or 0xAFDF8A) is known color: Feijoa. HEX triplet: AF, DF and 8A. RGB value is (175,223,138). Sum of RGB (Red+Green+Blue) = 175+223+138=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF8A is #502075. Grayscale: #C7C7C7. Windows color (decimal): -5251190 or 9101231. OLE color: 9101231.

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

Color convert

RGB 175 223 138 -
CMYK 0.22 0 0.38 0.13
HSL 93.88º 0.57% 0.71% -
HSV(B) 93.88º 0.38% 0.87% -
XYZ 48.65 63.72 33.78 -
YUV 198.96 93.6 110.91 -
System Red Green Blue C M Y K H S L
Decimal 175 223 138 0.22 0 0.38 0.13 93.88 0.57 0.71
Hex AF DF 8A 16 0 26 D 5E 39 47
Octal 257 337 212 26 0 46 15 136 71 107
Binary 10101111 11011111 10001010 10110 0 100110 1101 1011110 111001 1000111

Color Harmonies of #AFDF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF8A

Black with #AFDF8A

Text Example


Text Example

White with #AFDF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF8A; }

 p { color: rgb(175,223,138); }

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

background-color css

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

 a { background-color: rgb(175,223,138); }

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

border-color css

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

 span { border-color: rgb(175,223,138); }

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