Html Css Color HEX #AFDB97 Feijoa

📋 copy color: '#AFDB97'

red 175 ◦ green 219 ◦ blue 151

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

Shades of Feijoa #AFDB97

Tints of Feijoa #AFDB97

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.18%

 BLUE value IS 151 (59.38% from 255) = 27.71%

R = 32.11%
G = 40.18%
B = 27.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#AFDB97 (or 0xAFDB97) is known color: Feijoa. HEX triplet: AF, DB and 97. RGB value is (175,219,151). Sum of RGB (Red+Green+Blue) = 175+219+151=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB97 is #502468. Grayscale: #C6C6C6. Windows color (decimal): -5252201 or 9952175. OLE color: 9952175.

HSL color Cylindrical-coordinate representation of color #AFDB97: hue angle of 98.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFDB97 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 151 -
CMYK 0.20 0 0.31 0.14
HSL 98.82º 0.49% 0.73% -
HSV(B) 98.82º 0.31% 0.86% -
XYZ 48.6 62.01 38.69 -
YUV 198.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 175 219 151 0.20 0 0.31 0.14 98.82 0.49 0.73
Hex AF DB 97 14 0 1F E 63 31 49
Octal 257 333 227 24 0 37 16 143 61 111
Binary 10101111 11011011 10010111 10100 0 11111 1110 1100011 110001 1001001

Color Harmonies of #AFDB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB97

Black with #AFDB97

Text Example


Text Example

White with #AFDB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB97; }

 p { color: rgb(175,219,151); }

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

background-color css

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

 a { background-color: rgb(175,219,151); }

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

border-color css

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

 span { border-color: rgb(175,219,151); }

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