Html Css Color HEX #AFD397 Feijoa

📋 copy color: '#AFD397'

red 175 ◦ green 211 ◦ blue 151

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

Shades of Feijoa #AFD397

Tints of Feijoa #AFD397

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

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

R = 32.59%
G = 39.29%
B = 28.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#AFD397 (or 0xAFD397) is known color: Feijoa. HEX triplet: AF, D3 and 97. RGB value is (175,211,151). Sum of RGB (Red+Green+Blue) = 175+211+151=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD397 is #502C68. Grayscale: #C1C1C1. Windows color (decimal): -5254249 or 9950127. OLE color: 9950127.

HSL color Cylindrical-coordinate representation of color #AFD397: hue angle of 96º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFD397 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 151 -
CMYK 0.17 0 0.28 0.17
HSL 96º 0.41% 0.71% -
HSV(B) 96º 0.28% 0.83% -
XYZ 46.56 57.94 38.01 -
YUV 193.4 104.07 114.88 -
System Red Green Blue C M Y K H S L
Decimal 175 211 151 0.17 0 0.28 0.17 96 0.41 0.71
Hex AF D3 97 11 0 1C 11 60 29 47
Octal 257 323 227 21 0 34 21 140 51 107
Binary 10101111 11010011 10010111 10001 0 11100 10001 1100000 101001 1000111

Color Harmonies of #AFD397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD397

Black with #AFD397

Text Example


Text Example

White with #AFD397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD397; }

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

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

background-color css

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

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

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

border-color css

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

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

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